Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ISTIO_GPRC_MAXRECVMSGSIZE (0.79 sec)

  1. pilot/pkg/features/tuning.go

    		100000,
    		"Sets the maximum number of concurrent grpc streams.",
    	).Get()
    
    	// MaxRecvMsgSize The max receive buffer size of gRPC received channel of Pilot in bytes.
    	MaxRecvMsgSize = env.Register(
    		"ISTIO_GPRC_MAXRECVMSGSIZE",
    		4*1024*1024,
    		"Sets the max receive buffer size of gRPC stream in bytes.",
    	).Get()
    
    	PushThrottle = func() int {
    		v := env.Register(
    			"PILOT_PUSH_THROTTLE",
    			0,
    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