harrisi / bookplayerweb

web frontend for BookPlayer
MIT License
0 stars 0 forks source link

Delete local objects that are no longer synced #2

Closed harrisi closed 10 months ago

harrisi commented 1 year ago

After fetching /library/keys, find all local objects that aren't listed and delete them.

harrisi commented 10 months ago

I currently have all the local object file caching turned off. I need to do more testing to see how well it works across browsers.

Safari pre-17 only gives 1GiB of space, which fills up very quickly.

harrisi commented 10 months ago

I have to rethink caching in general, so I'm closing this for now.