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]