- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ActiveLrgWorkers (0.06 seconds)
-
cmd/bucket-replication.go
func (p *ReplicationPool) ActiveMRFWorkers() int { return int(atomic.LoadInt32(&p.activeMRFWorkers)) } // ActiveLrgWorkers returns the number of active workers handling traffic > 128MiB object size. 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.
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)