mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 08:20:45 +08:00
Badges: reduce the lock timeout, it can cause a deadlock
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -76,7 +76,7 @@ db = 0
|
||||
redis_expiration_time = 86400
|
||||
distributed_lock = true
|
||||
# Lock timeout should be longer than the longest datanommer query
|
||||
lock_timeout = 14400
|
||||
lock_timeout = 600
|
||||
thread_local_lock = false
|
||||
socket_keepalive = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user