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: docs/Configuration.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ configuration variables
129
129
*`SCCACHE_CONF` configuration file path
130
130
*`SCCACHE_CACHED_CONF`
131
131
*`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.
132
133
*`SCCACHE_STARTUP_NOTIFY` specify a path to a socket which will be used for server completion notification
133
134
*`SCCACHE_MAX_FRAME_LENGTH` how much data can be transferred between client and server
134
135
*`SCCACHE_NO_DAEMON` set to `1` to disable putting the server to the background
0 commit comments