Badges: increase the cache expiration time

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-04-28 23:07:29 +02:00
parent 01a4cc7bcc
commit 0fd825d414
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -67,7 +67,7 @@ fasjson_base_url = "https://fasjson{{ env_suffix }}.fedoraproject.org"
# Cache configuation # Cache configuation
[consumer_config.cache] [consumer_config.cache]
backend = "dogpile.cache.pymemcache" backend = "dogpile.cache.pymemcache"
expiration_time = 3600 expiration_time = 86400
[consumer_config.cache.arguments] [consumer_config.cache.arguments]
url = "memcached01{{ env_suffix }}:11211" url = "memcached01{{ env_suffix }}:11211"
distributed_lock = true distributed_lock = true