- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for loadMRF (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/mrf.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue May 27 15:19:03 GMT 2025 - 6.5K bytes - Click Count (0) -
cmd/bucket-replication.go
v := MRFReplicateEntries{ Entries: entries, Version: mrfMetaVersion, } p.persistToDrive(ctx, v) } // load mrf entries from disk func (p *ReplicationPool) loadMRF() (mrfRec MRFReplicateEntries, err error) { loadMRF := func(rc io.ReadCloser) (re MRFReplicateEntries, err error) { defer rc.Close() if !p.initialized() { return re, nil } var data [4]byteCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 118.2K bytes - Click Count (0)