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