Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failedWorkers (0.09 sec)

  1. cmd/bucket-replication.go

    	default:
    		workers = WorkerAutoDefault
    		failedWorkers = MRFWorkerAutoDefault
    	}
    	if maxWorkers > 0 && workers > maxWorkers {
    		workers = maxWorkers
    	}
    
    	if maxWorkers > 0 && failedWorkers > maxWorkers {
    		failedWorkers = maxWorkers
    	}
    	maxLWorkers := LargeWorkerCount
    	if opts.MaxLWorkers > 0 {
    		maxLWorkers = opts.MaxLWorkers
    	}
    	pool := &ReplicationPool{
    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