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
feat: Make REQUEST_TIMEOUT_SECS and CONNECT configurable
Some kernels can take upwards of 5 minutes to compile but 10 minutes
might be too high of a timeout in the most common use cases.
Add a runtime configuration option for both the Request and the Connect
timeout.
Copy file name to clipboardExpand all lines: docs/Configuration.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,8 @@ Note that some env variables may need sccache server restart to take effect.
180
180
*`SCCACHE_LOG_MILLIS` when set (to any value), enables millisecond precision timestamps in log output instead of the default second precision.
181
181
*`SCCACHE_ERROR_LOG` path to a file where sccache will log errors
182
182
*`SCCACHE_LOG` log level, accepting standard env_logger values, see [env_logger documentation](https://docs.rs/env_logger/latest/env_logger/#enabling-logging) for details
183
+
*`SCCACHE_REQUEST_TIMEOUT_SECS` configurable timeout for requests sent by the Http Client.
184
+
*`SCCACHE_CONNECT_TIMEOUT_SECS` configurable timeout for how long a Http Client will try to connect.
0 commit comments