From 6d0a10f35695a28c78651930188f8e5f1ad9ba73 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 19 Dec 2024 12:29:00 +0000 Subject: Make check open the database just for reads --- scripts/nar-herder.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in index a611018..812ec98 100644 --- a/scripts/nar-herder.in +++ b/scripts/nar-herder.in @@ -602,7 +602,8 @@ (loop (cdr levels))))) (let* ((database (setup-database (assq-ref opts 'database) - metrics-registry)) + metrics-registry + #:readonly? #t)) (canonical-storage (and=> (assq-ref opts 'storage) canonicalize-path))) -- cgit v1.2.3