From 715f26e285787058e67ad3a868ed8e66362425a2 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Mon, 2 Sep 2019 09:39:24 +0800 Subject: [PATCH] Change the default timeout value to 24h --- debian/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/config.json b/debian/config.json index 8ffa6500..12d49226 100644 --- a/debian/config.json +++ b/debian/config.json @@ -3,6 +3,6 @@ "server_port":8388, "local_port":1080, "password":"barfoo!", - "timeout":60, + "timeout":86400, "method":"chacha20-ietf-poly1305" }