Safe concurrent writes #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
It's currently possible to place a repository in a broken state if you simply spam it with multiple uploads at the same time.
To solve this, we need to introduce some formm of concurrency control so packages do not get added simultaneously.