Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MaxConcurrentStreams (0.3 sec)

  1. security/pkg/nodeagent/sds/server.go

    		if !started {
    			sdsServiceLog.Warn("SDS grpc server could not be started")
    		}
    	}()
    }
    
    func (s *Server) grpcServerOptions() []grpc.ServerOption {
    	grpcOptions := []grpc.ServerOption{
    		grpc.MaxConcurrentStreams(uint32(maxStreams)),
    	}
    
    	return grpcOptions
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 17:44:41 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top