From 32c4ff9c7e08f170b5f0b4a2bb2f42730c4aa48d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 11 May 2024 07:30:12 +0100 Subject: Set %file-port-name-canonicalization to 'none As this reduces syscalls. --- scripts/nar-herder.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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))))) -- cgit v1.2.3