cache toctou / next_out #10
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
check if above capacity, ( two threads can pass )
they collect all keys, sort, then cut down to the size thats needed ( both threads will have a similar list )
the keys in the list are removed to make room ( which will be many of the same keys )
new upload is added ( only enough room was made for each upload on its own bcz the lists were similar )
then cache is over capacity
? maybe lock during next out idk