From 7b99b640055b17336f0b50a676bb39e0ca4967b1 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 4 Sep 2025 13:26:32 +0100 Subject: [PATCH] testing: WAL for teh DB seems to be working in small scale tests, lets see if it works long term --- applications/git/forgejo.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications/git/forgejo.nix b/applications/git/forgejo.nix index 51f2869..cfe0a60 100644 --- a/applications/git/forgejo.nix +++ b/applications/git/forgejo.nix @@ -111,6 +111,10 @@ in { REPO_INDEXER_ENABLED = true; }; + database = { + SQLITE_JOURNAL_MODE = "WAL"; + }; + # Allow for signing off merge requests # "repository.signing" = { # SIGNING_KEY = "5B2DED0FE9F8627A";