mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Enable forgejo git gc
This commit is contained in:
parent
26d2a53ae6
commit
e0f7a8440b
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ in
|
|||
mirror.DEFAULT_INTERVAL = "1h";
|
||||
federation.ENABLED = true;
|
||||
|
||||
cron.ENABLED = true;
|
||||
"cron.git_gc_repos".ENABLED = true;
|
||||
|
||||
# https://forgejo.org/docs/latest/admin/recommendations
|
||||
database.SQLITE_JOURNAL_MODE = "WAL";
|
||||
cache = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue