aboutsummaryrefslogtreecommitdiff
path: root/nar-herder/cached-compression.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-09-08 09:42:19 +0100
committerChristopher Baines <mail@cbaines.net>2023-09-08 10:58:42 +0100
commit488db250783893c4803579866b1ba436a4d80ea4 (patch)
tree92e937ef266b3f4d3753d7ef22f71380d49adba2 /nar-herder/cached-compression.scm
parent89303dee4b78735e8886ee22944a59e80e195055 (diff)
downloadnar-herder-488db250783893c4803579866b1ba436a4d80ea4.tar
nar-herder-488db250783893c4803579866b1ba436a4d80ea4.tar.gz
Name some worker threads
Diffstat (limited to 'nar-herder/cached-compression.scm')
-rw-r--r--nar-herder/cached-compression.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/nar-herder/cached-compression.scm b/nar-herder/cached-compression.scm
index 6928d9b..92e0644 100644
--- a/nar-herder/cached-compression.scm
+++ b/nar-herder/cached-compression.scm
@@ -303,6 +303,7 @@
(atomic-box-ref cached-bytes-by-compression-box))
(list cached-bytes-by-compression-box)))
+ #:name "comp nar req"
;; Just make one thread, as this thread won't do much work
;; and relies on a hash table that shouldn't be accessed by
;; multiple threads