removed mutex for refresh from cache

This commit is contained in:
2026-05-26 09:16:10 -06:00
parent 08d6833c1f
commit 8e54235cfe
-1
View File
@@ -19,7 +19,6 @@ type Cache struct {
cfg CacheConfig
cr *os.Root
mirrorIdx atomic.Uint64
refreshMu sync.Mutex
client http.Client
inFlight map[string]*inFlight
inFlightMu sync.Mutex