Badges: cache the datanommer queries longer

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-04-25 14:28:16 +02:00
parent 81ffe56f4a
commit 1a7c8b7f31
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
[consumer_config.cache]
backend = "dogpile.cache.pymemcache"
expiration_time = 600
expiration_time = 3600
[consumer_config.cache.arguments]
url = "memcached01{{ env_suffix }}:11211"
distributed_lock = true