mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-16 01:09:51 +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
|
DefaultMaxReceiveStreamFlowControlWindow = 33554432
|
||||||
DefaultMaxReceiveConnectionFlowControlWindow = 67108864
|
DefaultMaxReceiveConnectionFlowControlWindow = 67108864
|
||||||
DefaultMaxIncomingStreams = 4096
|
DefaultMaxIncomingStreams = 1024
|
||||||
|
|
||||||
tlsProtocolName = "hysteria"
|
tlsProtocolName = "hysteria"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user