fix: add more aggressive repository archive cleaup to forgejo
All checks were successful
ci / treefmt (push) Successful in 2m49s

This commit is contained in:
Ceferino Patino 2026-06-06 16:42:18 -05:00
commit 8936ee6beb
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

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