Closed ksiondag closed 8 years ago
chrome.storage.sync has a maximum number of actions per minute and per hour. chrome.storage.local does not. Switch to local for majority of actions, and only sync once per minute.
Syncing once per minute has too many edge conditions, separating into a separate issue and removing sync functionality from 0.1.3.
storage.local usage implementation has been pushed
chrome.storage.sync has a maximum number of actions per minute and per hour. chrome.storage.local does not. Switch to local for majority of actions, and only sync once per minute.