Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for max_stream_duration (0.12 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    	action.Timeout = istio_route.Notimeout
    	if in.Timeout != nil {
    		action.Timeout = in.Timeout
    	}
    	// Use deprecated value for now as the replacement MaxStreamDuration has some regressions.
    	// nolint: staticcheck
    	action.MaxGrpcTimeout = action.Timeout
    
    	out.Action = &route.Route_Route{Route: action}
    
    	if in.Rewrite != nil {
    		action.PrefixRewrite = in.Rewrite.GetUri()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top