1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

forgejo: clean old archives more frequently

This commit is contained in:
RGBCube 2025-05-30 16:04:53 +03:00
parent d4548fabfd
commit 1beb078d58
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -43,6 +43,14 @@ in {
cache.ENABLED = true; cache.ENABLED = true;
# AI scrapers can go to hell.
"cron.archive_cleaup" = let
interval = "4h";
in {
SCHEDULE = "@every ${interval}";
OLDER_THAN = interval;
};
mailer = { mailer = {
ENABLED = true; ENABLED = true;