Fix storage #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Storage loads everything into memory on load. This makes for a slow boot, and since indexeddb gets pruned sometimes it probably results in tracker/repository mismatches. I've fiddled with this a lot, and I'm not sure how to fix it, but maybe if we could be more conservative about what gets stored it would be more robust. It would also be good to not wait for everything before boot (at the cost of a flash of missing content).
Improved in
5d6661f964ande6e11bb8f2