Skip to content

Commit 2607865

Browse files
committed
Add documentation for connection timeout
1 parent a206a90 commit 2607865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ configuration variables
129129
* `SCCACHE_CONF` configuration file path
130130
* `SCCACHE_CACHED_CONF`
131131
* `SCCACHE_IDLE_TIMEOUT` how long the local daemon process waits for more client requests before exiting, in seconds. Set to `0` to run sccache permanently
132+
* `SCCACHE_CONNECTION_TIMEOUT` how long clients should try to connect to the server before continuing, in seconds.
132133
* `SCCACHE_STARTUP_NOTIFY` specify a path to a socket which will be used for server completion notification
133134
* `SCCACHE_MAX_FRAME_LENGTH` how much data can be transferred between client and server
134135
* `SCCACHE_NO_DAEMON` set to `1` to disable putting the server to the background

0 commit comments

Comments
 (0)