From e7aaf6f468e4a494e7dd9541604313883a15da66 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 25 May 2020 08:41:22 +0100 Subject: Use one thread for each type of hook event This will allow some parallel processing of hook events, at least those of different types. --- scripts/guix-build-coordinator.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in index 480dda0..a0563e8 100644 --- a/scripts/guix-build-coordinator.in +++ b/scripts/guix-build-coordinator.in @@ -489,7 +489,7 @@ processed?: ~A build-coordinator substitutes-channel))))) - (start-hook-processing-thread build-coordinator) + (start-hook-processing-threads build-coordinator) (trigger-build-allocation build-coordinator) (let ((finished? (make-condition))) -- cgit v1.2.3