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