-
Notifications
You must be signed in to change notification settings - Fork 10
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
QUOTA_BYTES_PER_ITEM #17
Comments
When building this, I checked the quotas and noticed that it looks like the quotas were not 'active'..? (I exceeded them without issues). As I assumed these limits should have been actually used, I created ways to clean up the data. |
I checked the code, it is 3 weeks. |
The problem is not QUOTA_BYTES (102,400 bytes), but QUOTA_BYTES_PER_ITEM (8,192 bytes). I have added to the And this is the console output: 9065. |
Either each user becomes an individual key or the limit will easily be exceeded. |
Switching to |
https://github.com/kdzwinel/Context/blob/master/js/classes/HugeStorageSync.class.js This is the solution to sync data? |
You still have |
When read a lot of GE of a player in console tab flash this message:
QUOTA_BYTES_PER_ITEM quota exceeded
(anonymous) @ storage.js:123
I change syncSet and syncGet by localSet and localGet to fix it.
The text was updated successfully, but these errors were encountered: