We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317670b commit 8f9c770Copy full SHA for 8f9c770
protocol/shannon/context.go
@@ -43,7 +43,7 @@ const maxEndpointPayloadLenForLogging = 100
43
// MaxConcurrentRelaysPerRequest limits the number of concurrent relay goroutines per request.
44
// This prevents DoS attacks via large batch requests that could spawn unbounded goroutines.
45
// TODO_IMPROVE: Make this configurable via gateway settings.
46
-const MaxConcurrentRelaysPerRequest = 1000
+const MaxConcurrentRelaysPerRequest = 5500
47
48
// requestContext provides all the functionality required by the gateway package
49
// for handling a single service request.
0 commit comments