mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
Disable distributed memcached lock on koschei.
It seems to deadlock for some reason and is not really needed.
This commit is contained in:
@@ -103,7 +103,6 @@ config = {
|
||||
"expiration_time": None,
|
||||
"arguments": {
|
||||
"url": "memcached01",
|
||||
"distributed_lock": True,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -51,7 +51,6 @@ config = {
|
||||
"expiration_time": 300,
|
||||
"arguments": {
|
||||
"url": "memcached01:11211",
|
||||
"distributed_lock": True,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user