From 88b9d34fb16beec09577c30c384a41e9a89bfa4b Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 15 Apr 2024 13:43:37 +0100 Subject: Close store connections earlier As I think the temporary roots on the long running store connection should be sufficient. --- guix-data-service/jobs/load-new-guix-revision.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guix-data-service/jobs/load-new-guix-revision.scm b/guix-data-service/jobs/load-new-guix-revision.scm index ab838ce..9579977 100644 --- a/guix-data-service/jobs/load-new-guix-revision.scm +++ b/guix-data-service/jobs/load-new-guix-revision.scm @@ -1430,8 +1430,7 @@ #:idle-seconds 10 #:destructor (match-lambda ((inferior . store) - ;; Don't close the store connection here, because there - ;; are temporary roots to keep alive + (close-connection store) (close-inferior inferior))))) (define add-temp-root/long-running-store -- cgit v1.2.3