aboutsummaryrefslogtreecommitdiff
path: root/nar-herder/server.scm
diff options
context:
space:
mode:
Diffstat (limited to 'nar-herder/server.scm')
-rw-r--r--nar-herder/server.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/nar-herder/server.scm b/nar-herder/server.scm
index dd59216..2b941b9 100644
--- a/nar-herder/server.scm
+++ b/nar-herder/server.scm
@@ -631,7 +631,9 @@
(make-scheduler #:parallelism 1))
(let* ((database (setup-database (assq-ref opts 'database)
- metrics-registry))
+ metrics-registry
+ #:reader-threads
+ (assq-ref opts 'database-reader-threads)))
(canonical-storage (and=> (assq-ref opts 'storage)
canonicalize-path))