mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00
Add timeout option
This commit is contained in:
parent
c91fef051b
commit
8c9433ff21
5 changed files with 60 additions and 16 deletions
5
.gotty
5
.gotty
|
@ -52,7 +52,10 @@
|
|||
|
||||
// [int] Interval time to try reconnection (seconds)
|
||||
// To enable reconnection, set `true` to `enable_reconnect`
|
||||
// reconnect_time = false
|
||||
// reconnect_time = 10
|
||||
|
||||
// [int] Timeout seconds for waiting a client (0 to disable)
|
||||
// timeout = 60
|
||||
|
||||
// [int] Maximum connection to gotty, 0(default) means no limit.
|
||||
// max_connection = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue