- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ResizeWorkers (0.26 sec)
-
cmd/bucket-replication.go
func (p *ReplicationPool) ActiveLrgWorkers() int { return int(atomic.LoadInt32(&p.activeLrgWorkers)) } // ResizeWorkers sets replication workers pool to new size. // checkOld can be set to an expected value. // If the worker count changed func (p *ReplicationPool) ResizeWorkers(n, checkOld int) { p.mu.Lock() defer p.mu.Unlock()
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0)