-
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
Increase maximum total size (QUOTA_BYTES) for storage.sync
#520
Comments
|
|
|
In the original issue, I updated for developers' own cloud service. it's non-trivial for developers to create their own cloud synchronization service. This requires developers to:
|
Issue History
We have discussed:
storage.local
at Discuss limits applied to storage.local API #351 . It is increased from 5MB to 10MB.storage.session
at Discuss limits applied to storage.session API #350 . It is increased from 1MB to 10MB.storage.sync
, not "Maximum total size".#351 originally discussed "Maximum total size" for
storage.local
andstorage.sync
, now leaves that issue tostorage.local
only.This Issue
This issue concentrates on "Maximum total size" (QUOTA_BYTES) for
storage.sync
. At present,storage.sync
has 100KB limit. This limitation has existed for a long time. As user devices and cloud storage capabilities improve, should it be increased now?The browser's built-in support for data synchronization is great, because it's non-trivial for developers to create their own cloud synchronization service. This requires developers to:
The text was updated successfully, but these errors were encountered: