Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for queueReplicaTask (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/bucket-replication.go

    	case replication.Pending, replication.Failed:
    		roi.EventType = ReplicateHeal
    		globalReplicationPool.Get().queueReplicaTask(roi)
    		return roi
    	}
    	if roi.ExistingObjResync.mustResync() {
    		roi.EventType = ReplicateExisting
    		globalReplicationPool.Get().queueReplicaTask(roi)
    	}
    	return roi
    }
    
    const (
    	mrfSaveInterval  = 5 * time.Minute
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 118.2K bytes
    - Click Count (0)
Back to Top