alyssaxuu/slashy

QUOTA_BYTES_PER_ITEM restriction

KevinKZ opened this issue · 0 comments

Adding commands is restricted by Chrome's Storage Sync QUOTA_BYTES_PER_ITEM limitation of 8192 bytes. The item that causes the issue seems to be the commands entry. Consider splitting it into chunks and then gluing it back together when retrieving.