Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewReplicationPool (0.25 sec)

  1. cmd/bucket-replication.go

    	MRFWorkerAutoDefault = 4
    
    	// LargeWorkerCount is default number of workers assigned to large uploads ( >= 128MiB)
    	LargeWorkerCount = 10
    )
    
    // NewReplicationPool creates a pool of replication workers of specified size
    func NewReplicationPool(ctx context.Context, o ObjectLayer, opts replicationPoolOpts, stats *ReplicationStats) *ReplicationPool {
    	var workers, failedWorkers int
    	priority := "auto"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
Back to top