Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_DEBOUNCE_MAX (0.63 sec)

  1. pilot/pkg/features/tuning.go

    			"at least this interval. If no change is detected within this period, the push will happen, "+
    			" otherwise we'll keep delaying until things settle, up to a max of PILOT_DEBOUNCE_MAX.",
    	).Get()
    
    	DebounceMax = env.Register(
    		"PILOT_DEBOUNCE_MAX",
    		10*time.Second,
    		"The maximum amount of time to wait for events while debouncing. If events keep showing up with no breaks "+
    			"for this time, we'll trigger a push.",
    	).Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 04:22:19 UTC 2024
    - 4.8K bytes
    - Viewed (1)
Back to top