mordechairoth / IveltChromeExtension

Extension to add accessibility features to www.ivelt.com
8 stars 14 forks source link

migrate to local storage becouse of new limits #66

Closed chucem closed 10 months ago

chucem commented 10 months ago

chrome has limits on how much and how often data can be stored in sync storage (storage it sync to its cloud service), so we need to migrate settings from sync storage to local storage and remove them from sync storage

wee got a lot of errors MAX_WRITE_OPERATIONS_PER_HOUR and QUOTA_BYTES which broke the background notifications see https://developer.chrome.com/docs/extensions/reference/storage/

possible better solution to sync the settings and not the notification, add listener to sync storage changes and update the local

what-the-diff[bot] commented 10 months ago

PR Summary