You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ Configurations can be set via flags or environment variables. To view available
82
82
| Arguments |`--arguments`|`ARGUMENTS`|`"-l"`| Comma delimited list of arguments that should be passed to the target binary |
83
83
| Command |`--command`|`COMMAND`|`"/bin/bash"`| Absolute path to the binary to run |
84
84
| Connection error limit |`--connection-error-limit`|`CONNECTION_ERROR_LIMIT`|`10`| Number of times a connection should be re-attempted by the server to the XTerm.js frontend before the connection is considered dead and shut down |
85
+
| Keepalive ping timeout |`--keepalive-ping-timeout`|`KEEPALIVE_PING_TIMEOUT`|`20`| Maximum duration in seconds between a ping and pong message to tolerate |
85
86
| Maximum buffer size in bytes |`--max-buffer-size-bytes`|`MAX_BUFFER_SIZE_BYTES`|`512`| Maximum length of input from the browser terminal |
86
87
| Log format |`--log-format`|`LOG_FORMAT`|`"text"`| Format with which to output logs, one of `"json"` or `"text"`|
87
88
| Log level |`--log-level`|`LOG_LEVEL`|`"debug"`| Minimum level of logs to output, one of `"trace"`, `"debug"`, `"info"`, `"warn"`, `"error"`|
0 commit comments