- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for mrfSaveCh (0.11 sec)
-
cmd/bucket-replication.go
saveMRFToDisk() mTimer.Reset(mrfSaveInterval) case <-p.ctx.Done(): p.mrfStopCh <- struct{}{} xioutil.SafeClose(p.mrfSaveCh) // We try to save if possible, but we don't care beyond that. saveMRFToDisk() return case e, ok := <-p.mrfSaveCh: if !ok { return } entries[e.versionID] = e if len(entries) >= mrfMaxEntries { saveMRFToDisk() }
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0)