aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-05-11 07:30:12 +0100
committerChristopher Baines <mail@cbaines.net>2024-05-11 07:30:12 +0100
commit32c4ff9c7e08f170b5f0b4a2bb2f42730c4aa48d (patch)
tree21dec1d0e197770a7f16bc49f05561d95581cefd /scripts
parent510144000de70323b4946b1eb9bd31b29aa5bec0 (diff)
downloadnar-herder-32c4ff9c7e08f170b5f0b4a2bb2f42730c4aa48d.tar
nar-herder-32c4ff9c7e08f170b5f0b4a2bb2f42730c4aa48d.tar.gz
Set %file-port-name-canonicalization to 'none
As this reduces syscalls.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nar-herder.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in
index fafcf9f..515b98a 100644
--- a/scripts/nar-herder.in
+++ b/scripts/nar-herder.in
@@ -611,4 +611,5 @@
(lambda (port)
(simple-format port "~A\n" (getpid))))))
- (run-nar-herder-service opts lgr))))
+ (with-fluids ((%file-port-name-canonicalization 'none))
+ (run-nar-herder-service opts lgr)))))