testing: WAL for teh DB seems to be working in small scale tests, lets see if it works long term
Some checks failed
Build_Deploy / linter (push) Successful in 7s
Build_Deploy / build (push) Successful in 43s
Build_Deploy / deploy_dns (push) Successful in 1m12s
Build_Deploy / deploy_active (active) (push) Successful in 1m9s
Build_Deploy / deploy_active (active-ext) (push) Successful in 39s
Build_Deploy / deploy_active (active-core) (push) Failing after 3m16s

This commit is contained in:
silver 2025-09-04 13:26:32 +01:00
parent b9903cdc7c
commit 7b99b64005
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -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";