Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_DEBOUNCE_AFTER (0.24 sec)

  1. pilot/pkg/features/tuning.go

    		// Heuristic to scale with cores. We end up with...
    		// 1: 20
    		// 2: 25
    		// 4: 35
    		// 32: 100
    		return min(float64(15+5*procs), 100.0)
    	}()
    
    	DebounceAfter = env.Register(
    		"PILOT_DEBOUNCE_AFTER",
    		100*time.Millisecond,
    		"The delay added to config/registry events for debouncing. This will delay the push by "+
    			"at least this interval. If no change is detected within this period, the push will happen, "+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 04:22:19 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top