diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2026-01-22 13:27:13 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-22 13:27:13 +0100 |
| commit | 7c0cd7e45b0240b842b4f3e767599501eac42ee1 (patch) | |
| tree | 3f5aab4b08d0fdfe1728be24f3250384ab44f9d2 /nix/libstore/globals.hh | |
| parent | 4e2de18be2c7f7701c00877e05c0b587d03ac4d1 (diff) | |
| parent | d58da8a56b75af73a7b5466f7ef8a81679713aa3 (diff) | |
Merge branch 'version-1.5.0'
Change-Id: Id73c0c74600a3da3373b3a37236b505af65bfe31
Diffstat (limited to 'nix/libstore/globals.hh')
| -rw-r--r-- | nix/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/libstore/globals.hh b/nix/libstore/globals.hh index c2824789ede..d68993f280f 100644 --- a/nix/libstore/globals.hh +++ b/nix/libstore/globals.hh | |||
| @@ -103,7 +103,7 @@ struct Settings { | |||
| 103 | /* The canonical system name, as returned by config.guess. */ | 103 | /* The canonical system name, as returned by config.guess. */ |
| 104 | string thisSystem; | 104 | string thisSystem; |
| 105 | 105 | ||
| 106 | /* The maximum time in seconds that a builer can go without | 106 | /* The maximum time in seconds that a builder can go without |
| 107 | producing any output on stdout/stderr before it is killed. 0 | 107 | producing any output on stdout/stderr before it is killed. 0 |
| 108 | means infinity. */ | 108 | means infinity. */ |
| 109 | time_t maxSilentTime; | 109 | time_t maxSilentTime; |
