From eb2b92002c9a6a162b5fe78a06e7df2b99d0606d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 5 May 2023 14:51:00 +0200 Subject: [PATCH] Easyfix: config change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/easyfix/templates/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/openshift-apps/easyfix/templates/config.toml b/roles/openshift-apps/easyfix/templates/config.toml index 77f07f3924..6f2d860561 100644 --- a/roles/openshift-apps/easyfix/templates/config.toml +++ b/roles/openshift-apps/easyfix/templates/config.toml @@ -3,7 +3,13 @@ template = "fedora_gather_easyfix/template.html" repo_source = "wiki" wiki_url = "fedoraproject.org" +# Mark tickets as old or very old after these many days without an update +old_days = 365 +very_old_days = 1095 # 3 years + + [cache] +# No caching backend = "dogpile.cache.null" [github]