aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-06-24 12:58:40 +0100
committerChristopher Baines <mail@cbaines.net>2022-06-24 12:58:40 +0100
commitd2af6b74bd6f5523dae237029a92c2ccd308fa13 (patch)
tree2e7f4e296b220959731c63c5c4c8fed2b54a188c
parent45e95ddb8b9e716a8e4d530bda83cbee95861654 (diff)
downloadnar-herder-d2af6b74bd6f5523dae237029a92c2ccd308fa13.tar
nar-herder-d2af6b74bd6f5523dae237029a92c2ccd308fa13.tar.gz
Increase the maximum size of the reader thread pool
As I think this might be a bottleneck.
-rw-r--r--nar-herder/database.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nar-herder/database.scm b/nar-herder/database.scm
index 5d2ad1f..0a03cb1 100644
--- a/nar-herder/database.scm
+++ b/nar-herder/database.scm
@@ -164,7 +164,7 @@ SELECT name FROM sqlite_master WHERE type = 'table' AND name = :name")))
#:parallelism
(min (max (current-processor-count)
2)
- 8)))
+ 64)
(writer-thread-channel
(make-worker-thread-channel