- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MaxWorkers (0.08 sec)
-
cmd/bucket-replication.go
mrfWorkers = min(p.mrfWorkerSize+1, MRFWorkerAutoDefault) } } if maxWorkers > 0 && workers > maxWorkers { workers = maxWorkers } if maxWorkers > 0 && mrfWorkers > maxWorkers { mrfWorkers = maxWorkers } if maxLWorkers <= 0 { maxLWorkers = LargeWorkerCount } p.priority = pri p.maxWorkers = maxWorkers p.mu.Unlock() p.ResizeWorkers(workers, 0)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0)