Skip to content

Commit 167d29f

Browse files
committed
HevConf: Set the port forwarding timeout to 300 seconds.
1 parent fde377d commit 167d29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hev-conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ hev_conf_init (int argc, char *argv[])
179179
}
180180

181181
if (tmsec <= 0) {
182-
tmsec = 120000;
182+
tmsec = 300000;
183183
}
184184

185185
return 0;

0 commit comments

Comments
 (0)