Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for Floor (0.35 sec)

  1. pkg/controller/controller_utils.go

    	//
    	// Given a number of pods to start "N":
    	// The number of doomed calls per sync once quota is exceeded is given by:
    	//      min(N,SlowStartInitialBatchSize)
    	// The number of batches is given by:
    	//      1+floor(log_2(ceil(N/SlowStartInitialBatchSize)))
    	SlowStartInitialBatchSize = 1
    )
    
    var UpdateTaintBackoff = wait.Backoff{
    	Steps:    5,
    	Duration: 100 * time.Millisecond,
    	Jitter:   1.0,
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 12 15:34:44 UTC 2024
    - 47.6K bytes
    - Viewed (0)
Back to top