diff options
author | Christopher Baines <mail@cbaines.net> | 2023-09-11 13:01:48 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-12 13:11:00 +0100 |
commit | 66de9a4a229499c1e1ec57ea374f8bfe21a7f1fc (patch) | |
tree | 852e09739db8408d0a9c57a003433c55ef28de1c | |
parent | c16ccd3b204b6da525000f6e934e744bedfa3f7c (diff) | |
download | nar-herder-66de9a4a229499c1e1ec57ea374f8bfe21a7f1fc.tar nar-herder-66de9a4a229499c1e1ec57ea374f8bfe21a7f1fc.tar.gz |
Change the maintenance thread to not be cooperative
As I think this is causing problems.
-rw-r--r-- | scripts/nar-herder.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index 247eeef..03205d1 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -673,7 +673,6 @@ (log-msg 'DEBUG "finished maintenance setup") (wait finished?)) - #:hz 0 #:parallelism 1))) (call-with-sigint |