-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Increase maximum item size in Storage sync quotas #510
Comments
I'm using
|
All vendors are against raising the maximum total size, but not immediately opposed to considering to raise the item sizes. Need to discuss internally. |
To add a bit of context, vendors are against raising total storage limits because of the impact this would have on their synchronization services. The sync storage area is primarily meant as a way for extensions to share configuration or settings data across logged in browsers. It is not meant as a general purpose storage solution. Developers that need a way to store and sync larger amounts of data should consider standing up their own backends or look into cloud storage solutions. |
The original proposal explicitly said: This proposal concentrates on the "Maximum item size", not "Maximum total size". So I will open a new issue for "Maximum total size", and copy related comments to there. |
Proposal: Increase maximum item size in Storage sync quotas
There is already a discussions on increasing the "Maximum total size" from 100KB to 1MB in Discuss limits applied to storage.local and storage.sync API.
This proposal concentrates on the "Maximum item size", as also mentioned in #351 (comment).
Storage quotas for sync data
Test Case
Syncing the following example would be within the "Maximum total size" allowed, however it fails due to the "Maximum item size".
The options are:
(which adds undesired complexity to the operation and
onChanged
event)Proposal
Increase the "Maximum item size" to the maximum possible under the "Maximum total size"
See also
The text was updated successfully, but these errors were encountered: