diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index a75347f..59df42e 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -667,6 +667,6 @@ #:port (assq-ref opts 'port)) (wait finished?)) - #:hz 5 + #:hz 0 #:parallelism 4)) finished?)))))) |