From a3aaeac2d3e7dfbf0b239e6e6ff72aaa547276e9 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 15 Sep 2020 12:26:51 +0000 Subject: [PATCH] Increase shadowsocks timeout --- manager.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager.json b/manager.json index 7e1ace6..00923b9 100644 --- a/manager.json +++ b/manager.json @@ -9,7 +9,7 @@ ], "method": "chacha20-ietf-poly1305", "fast_open": true, - "timeout": 600, + "timeout": 1000, "port_key": { "65101": "MySecretKey", },