diff --git a/Netch/Controllers/SSRController.cs b/Netch/Controllers/SSRController.cs index f363cb85..9828a13b 100644 --- a/Netch/Controllers/SSRController.cs +++ b/Netch/Controllers/SSRController.cs @@ -34,7 +34,7 @@ namespace Netch.Controllers Instance = MainController.GetProcess(); Instance.StartInfo.FileName = "bin\\ShadowsocksR.exe"; - Instance.StartInfo.Arguments = $"-s {server.Hostname} -p {server.Port} -k \"{server.Password}\" -m {server.EncryptMethod}"; + Instance.StartInfo.Arguments = $"-s {server.Hostname} -p {server.Port} -k \"{server.Password}\" -m {server.EncryptMethod} -t 600"; if (!string.IsNullOrEmpty(server.Protocol)) {