mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-15 16:59:52 +00:00
Revert "bump DefaultMaxIncomingStreams to 4096"
This reverts commit 7ba81612f821d731115b0db3acae81318241f936.
This commit is contained in:
parent
144f26bc2f
commit
56f35d94cc
@ -11,7 +11,7 @@ const (
|
||||
|
||||
DefaultMaxReceiveStreamFlowControlWindow = 33554432
|
||||
DefaultMaxReceiveConnectionFlowControlWindow = 67108864
|
||||
DefaultMaxIncomingStreams = 4096
|
||||
DefaultMaxIncomingStreams = 1024
|
||||
|
||||
tlsProtocolName = "hysteria"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user