GChristensen / scrapyard

Bookmark heavy lifting
GNU General Public License v2.0
73 stars 8 forks source link

Limited storage #13

Closed ghost closed 4 years ago

ghost commented 4 years ago

Default storage is limited to 2GB in Firefox. Please use persistent storage instead.

GChristensen commented 4 years ago

IndexedDB is used.

GChristensen commented 4 years ago

Thanks for the link. navigator.storage.persisted() returns ture, so the persistent storage is used by default.