|
|
|
|
|
by nwienert
619 days ago
|
|
browsers limit that storage, what it does is basically offload / re-sync as needed. can't really work around that, perhaps there could be a mode where if you give your browser FS permissions or something it can make use of more storage. if you were building an electron app for example you could do this too more easily. i think one thing to understand is local-first !== local-only. can always use servers for things that make sense. |
|