arj03 / ssb-browser-core

ssb-server in a browser
Other
50 stars 8 forks source link

What happens when you run out of space? #61

Open nichoth opened 2 years ago

nichoth commented 2 years ago

This seems important and I don't see it documented. What happens if you try to download new content in a feed that you follow, and there is not enough space on your device? I don't remember what the limits are for indexedDB/browsers

KyleMaas commented 2 years ago

I've found you generally run out of RAM before you hit a disk space limit.

https://github.com/arj03/ssb-browser-demo/issues/90

https://github.com/ssb-ngi-pointer/jitdb/issues/93