Skip to content

Commit c7a9a1e

Browse files
committed
update timeout
1 parent 3786ee8 commit c7a9a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/tcp/cira/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
maxIdleTime = 90 * time.Second
17+
maxIdleTime = 300 * time.Second
1818
port = "4433"
1919
)
2020

0 commit comments

Comments
 (0)