Badges: cache the datanommer queries longer
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
81ffe56f4a
commit
1a7c8b7f31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue