Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PersistToDisk (0.05 sec)

  1. cmd/bucket-replication.go

    	}
    	rd.Replicate = newReset && oi.ModTime.Before(resetBeforeDate)
    	return rd
    }
    
    const resyncTimeInterval = time.Minute * 1
    
    // PersistToDisk persists in-memory resync metadata stats to disk at periodic intervals
    func (s *replicationResyncer) PersistToDisk(ctx context.Context, objectAPI ObjectLayer) {
    	resyncTimer := time.NewTimer(resyncTimeInterval)
    	defer resyncTimer.Stop()
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 118.2K bytes
    - Viewed (0)
Back to top