Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PILOT_STATUS_UPDATE_INTERVAL (0.25 sec)

  1. pilot/pkg/features/tuning.go

    			" For example, '1000' will record 0.1% of events. "+
    			"Set to 0 to disable entirely.").Get()
    
    	StatusUpdateInterval = env.Register(
    		"PILOT_STATUS_UPDATE_INTERVAL",
    		500*time.Millisecond,
    		"Interval to update the XDS distribution status.",
    	).Get()
    
    	StatusQPS = env.Register(
    		"PILOT_STATUS_QPS",
    		100,
    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