bump DefaultMaxIncomingStreams to 4096

This commit is contained in:
Toby 2021-04-25 20:41:39 -07:00
parent a28d5a5677
commit 7ba81612f8

View File

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