diff options
author | Christopher Baines <mail@cbaines.net> | 2023-09-09 10:41:46 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-12 13:11:00 +0100 |
commit | 3e0721c759b7d7c491ba4baeae3cf285a84c1f33 (patch) | |
tree | 18844b9cc1c15305a27a2e2788afb33265be6b60 /scripts | |
parent | b3ed519bb9c634ab70b2e81dcf05be48e2aa140b (diff) | |
download | nar-herder-3e0721c759b7d7c491ba4baeae3cf285a84c1f33.tar nar-herder-3e0721c759b7d7c491ba4baeae3cf285a84c1f33.tar.gz |
Switch to cooperative scheduling
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?)))))) |