From 1b5f984e283544fe996d138e16a54ac3ed4e148b Mon Sep 17 00:00:00 2001 From: whyou Date: Mon, 27 May 2019 17:40:06 +0800 Subject: [PATCH] Update config.json (#4) [v1.0.6] Disable timeout setting in the 'inbounds' block for keeping persistent connection. Such as FCM. --- v2ray/etc/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2ray/etc/config.json b/v2ray/etc/config.json index fd4936a..6f81555 100644 --- a/v2ray/etc/config.json +++ b/v2ray/etc/config.json @@ -29,7 +29,8 @@ // Settings of the protocol. Varies based on protocol. "settings": { - "timeout": 10, + // Disable timeout setting for keeping persistent connection. Such as FCM. + // "timeout": 10, "network": "tcp,udp", "followRedirect": true },