summaryrefslogtreecommitdiff
path: root/nix/libstore/globals.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/libstore/globals.hh')
-rw-r--r--nix/libstore/globals.hh2
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;