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