mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
2fd87b6a86
The original patch used a mutex, however, the workload patterns are likely to be read-heavy, so use a rwlock instead.