Revert "bump DefaultMaxIncomingStreams to 4096"

This reverts commit 7ba81612f821d731115b0db3acae81318241f936.
This commit is contained in:
Toby 2021-04-27 20:24:48 -07:00
parent 144f26bc2f
commit 56f35d94cc

View File

@ -11,7 +11,7 @@ const (
DefaultMaxReceiveStreamFlowControlWindow = 33554432
DefaultMaxReceiveConnectionFlowControlWindow = 67108864
DefaultMaxIncomingStreams = 4096
DefaultMaxIncomingStreams = 1024
tlsProtocolName = "hysteria"
)