From 806a3551c2e137e4b4d042cf7c5dd1fe1408df9a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 2 Dec 2020 09:00:17 +0000 Subject: Manually handle WAL checkpointing SQLite's usual approach doesn't seem to always contain the size of the WAL, so move this logic in to the application and regularly run a checkpoint. --- guix-build-coordinator/datastore.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix-build-coordinator/datastore.scm') diff --git a/guix-build-coordinator/datastore.scm b/guix-build-coordinator/datastore.scm index c1ad5ad..77c47ec 100644 --- a/guix-build-coordinator/datastore.scm +++ b/guix-build-coordinator/datastore.scm @@ -8,6 +8,7 @@ #:export (database-uri->datastore datastore-find-build-output)) +(re-export datastore-spawn-fibers) (re-export datastore-update-metrics!) (re-export datastore-update) (re-export datastore-call-with-transaction) -- cgit v1.2.3