mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
94afc30661
Now that we're GCing blobs on delete/update manifest, we should lock the blob queries so that they don't race with each other. This is a pretty coarse grained lock, there's probably a better way to do this. Signed-off-by: Tycho Andersen <tycho@tycho.ws>