From 3810fc161ea0e01f241f60cd8ea0dbacbd6eaf75 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Mon, 5 Feb 2024 10:51:39 -0500 Subject: [PATCH] Fixed repo-archive storage issue --- app.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app.ini b/app.ini index 04bfb93..f6354b9 100644 --- a/app.ini +++ b/app.ini @@ -83,3 +83,14 @@ TRUSTED_FACETS = https://git.supernets.org SHOW_USER_EMAIL = false DEFAULT_THEME = github THEMES = github + +[cron] +ENABLED = true +RUN_AT_START = true + +[cron.archive_cleanup] +ENABLED = true +RUN_AT_START = true +NOTICE_ON_SUCCESS = false +SCHEDULE = @midnight +OLDER_THAN = 24h