summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/cuirass.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cuirass.in b/bin/cuirass.in
index 4431a60..580c2be 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -139,7 +139,8 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
'web-server exit-channel
(lambda ()
(with-database db
- (run-cuirass-server db #:host host #:port port)))))
+ (run-cuirass-server db #:host host #:port port))))
+ #:parallel? #t)
(primitive-exit (get-message exit-channel))))))