Increase quota for Messages #322
Replies: 3 comments 2 replies
-
That's a genius solution that could help me in a lot of other areas as well! Thank you so much for sharing! |
Beta Was this translation helpful? Give feedback.
-
@bluecaret the main reason for my original post was the desire to save more messages in the Custom message > Random message feature. It looks like the title of this discussion is specific to adding an error message when exceeding the quota, which I agree would be nice improvement. Are you open to the idea of increasing the quota for the Random message feature? And if so, would you want a new discussion topic created for that? Thanks. |
Beta Was this translation helpful? Give feedback.
-
This will be mostly resolved in the upcoming v4.0.1 update. It should provide notices when running out, and I tried to improve the space used for the widget as much as possible, but is still limited by browser storage. Thanks! |
Beta Was this translation helpful? Give feedback.
-
When you exceed 8 Kilobytes in a single item in Chrome storage.sync, an error is thrown:
QUOTA_BYTES_PER_ITEM quota exceeded
.Nothing is shown to the user that an error has occurred, other than looking in the console. The low hanging fruit might be to at least inform the user that their Message was not saved.
A possible workaround/fix is to use the value of
QUOTA_BYTES_PER_ITEM
to split an item up into multiple items as shown in this Stack Overflow post here. That solution claims to work with Manifest V3.I understand you are working on a refactor, so maybe something to think about for that. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions