From 06db7351cefd94aadadb6416b9c402c9cd26750a Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 18 Aug 2024 15:29:02 +0330 Subject: [PATCH] Update maxIncomingStreams --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 7dcdceb..7d23412 100644 --- a/config.json +++ b/config.json @@ -22,7 +22,7 @@ "initConnReceiveWindow": 20971520, "maxConnReceiveWindow": 20971520, "maxIdleTimeout": "20s", - "maxIncomingStreams": 60, + "maxIncomingStreams": 1024, "disablePathMTUDiscovery": false }, "bandwidth": {