cbaines pushed a commit to branch master
in repository data-service.

commit 88b9d34fb16beec09577c30c384a41e9a89bfa4b
Author: Christopher Baines <m...@cbaines.net>
AuthorDate: Mon Apr 15 13:43:37 2024 +0100

    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

Reply via email to