Is there a limit to the number of entries in a manifest?
0 views
Skip to first unread message
Jose Gonzalez
unread,
Nov 26, 2009, 7:02:19 PM11/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gears Users
I am trying to offline an app that has many (100's of images). They
are part of the manifest but never make it into the offline storage.
I have also noticed that the lone .js after the images also does not
make it, which kind of tells me that there is a limit to the number of
items in the manifest.
I am using a Managed Store. Does the limit (if any) also apply to the
regular store?
Thanks....
Eduard Martini
unread,
Dec 1, 2009, 3:25:59 AM12/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gears Users
If there is a limit, that limit is bigger than 100 for sure. I have
around 400 entries in manifest file and all si working just fine.
Jose Gonzalez
unread,
Dec 1, 2009, 12:32:55 PM12/1/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gears Users
Thank you for he answer. There is a limit which does not seem present
in the non-managed store. FYI, my app has about 2800 items that are
cached properly in the non-managed store but fail in the managed one.