Safe concurrent writes #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.