From 04133d806c583e672945b0ae0ae1420877f2e322 Mon Sep 17 00:00:00 2001 From: BreakWa11 Date: Thu, 5 Nov 2015 20:18:12 +0800 Subject: [PATCH] set default timeout 120 for many connections --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 97cd259..3be6e56 100644 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "local_address": "127.0.0.1", "local_port": 1080, "password": "m", - "timeout": 300, + "timeout": 120, "method": "aes-256-cfb", "protocol": "origin", "obfs": "http_simple_compatible",