Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ResizeWorkers (0.17 seconds)

  1. 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()
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 118.2K bytes
    - Click Count (0)
Back to Top