fix: add more aggressive repository archive cleaup to forgejo
All checks were successful
ci / treefmt (push) Successful in 2m49s
All checks were successful
ci / treefmt (push) Successful in 2m49s
This commit is contained in:
parent
2c9fb740ad
commit
8936ee6beb
1 changed files with 7 additions and 0 deletions
|
|
@ -46,6 +46,13 @@ in {
|
|||
TIMEOUT = "5m";
|
||||
};
|
||||
|
||||
"cron.archive_cleanup" = {
|
||||
ENABLED = true;
|
||||
RUN_AT_START = true;
|
||||
SCHEDULE = "@every 2h";
|
||||
OLDER_THAN = "6h";
|
||||
};
|
||||
|
||||
database = {
|
||||
DB_TYPE = mkForce "postgres";
|
||||
HOST = mkForce "${resolveHostIP networkCfg.devices dbHost}:5600";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue