mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Badges: cache the datanommer queries longer
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user