Badges: make the cache lock timeout longer
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
87101fc5da
commit
3036eaae26
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ password = "{{ (env == 'production')|ternary(badges_prod_redis_password, badges_
|
|||
db = 0
|
||||
redis_expiration_time = 86400
|
||||
distributed_lock = true
|
||||
lock_timeout = 5
|
||||
# Lock timeout should be longer than the longest datanommer query
|
||||
lock_timeout = 14400
|
||||
thread_local_lock = false
|
||||
|
||||
# This is a set of data that tells our consumer what Open Badges Issuer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue