Disable distributed memcached lock on koschei.
It seems to deadlock for some reason and is not really needed.
This commit is contained in:
parent
e66501a312
commit
45fde4032d
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue