From 167d29f36bbcaf22ea96f3d2f1ecd66d5bb894c7 Mon Sep 17 00:00:00 2001 From: hev Date: Sat, 9 Aug 2025 21:27:36 +0800 Subject: [PATCH] HevConf: Set the port forwarding timeout to 300 seconds. --- src/hev-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hev-conf.c b/src/hev-conf.c index 9dc0331..8cbf7b9 100644 --- a/src/hev-conf.c +++ b/src/hev-conf.c @@ -179,7 +179,7 @@ hev_conf_init (int argc, char *argv[]) } if (tmsec <= 0) { - tmsec = 120000; + tmsec = 300000; } return 0;