0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-06 22:40:28 -05:00
zot/pkg/storage
Ramkumar Chinchani 2fd87b6a86 pkg/api: use a rwlock when accessing storage
The original patch used a mutex, however, the workload patterns are
likely to be read-heavy, so use a rwlock instead.
2020-03-20 10:58:21 -07:00
..
BUILD.bazel bazel: fix bazel build failures 2020-03-20 10:58:21 -07:00
storage.go pkg/api: use a rwlock when accessing storage 2020-03-20 10:58:21 -07:00
storage_test.go gc: fix test cases since umoci GC is more strict 2020-03-20 10:58:21 -07:00