Badges: add socket keepalive to Redis to avoid 'Connection reset by peer' errors
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
77cee07ef0
commit
572169b74f
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ distributed_lock = true
|
||||||
# Lock timeout should be longer than the longest datanommer query
|
# Lock timeout should be longer than the longest datanommer query
|
||||||
lock_timeout = 14400
|
lock_timeout = 14400
|
||||||
thread_local_lock = false
|
thread_local_lock = false
|
||||||
|
socket_keepalive = true
|
||||||
|
|
||||||
# This is a set of data that tells our consumer what Open Badges Issuer
|
# This is a set of data that tells our consumer what Open Badges Issuer
|
||||||
# should be kept as the issuer of all the badges we create.
|
# should be kept as the issuer of all the badges we create.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue