You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IndexedDB has a much larger maximum size than localstorage, so we should check that we have not made assumptions about the maximum size of the local DB for the purposes of sync/export which would be broken by this change, e.g. max HTTP upload sizes. The current export mechanism relies on data URLs, which have a maximum size of 20MB - larger than the local storage max, but smaller than would be possible with indexeddb.
No description provided.
The text was updated successfully, but these errors were encountered: