HevConf: Set the port forwarding timeout to 300 seconds.

This commit is contained in:
hev
2025-08-09 21:27:36 +08:00
parent fde377d27d
commit 167d29f36b

View File

@@ -179,7 +179,7 @@ hev_conf_init (int argc, char *argv[])
}
if (tmsec <= 0) {
tmsec = 120000;
tmsec = 300000;
}
return 0;