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
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:
parent
b9903cdc7c
commit
7b99b64005
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue