Easyfix: config change

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-05-05 14:51:00 +02:00
parent 805eb1f715
commit eb2b92002c
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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]