Badges: increase the cache expiration time
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
01a4cc7bcc
commit
0fd825d414
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue