google.golang.org/grpc.serverOptions.maxConcurrentStreams (field)

3 uses

	google.golang.org/grpc (current package)
		server.go#L134: 	maxConcurrentStreams  uint32
		server.go#L313: 		o.maxConcurrentStreams = n
		server.go#L811: 		MaxStreams:            s.opts.maxConcurrentStreams,