removed mutex for refresh from cache
This commit is contained in:
Vendored
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user