Disable distributed memcached lock on koschei.

It seems to deadlock for some reason and is not really needed.
This commit is contained in:
Michael Simacek 2018-02-09 12:50:24 +01:00
parent e66501a312
commit 45fde4032d
2 changed files with 0 additions and 2 deletions

View file

@ -103,7 +103,6 @@ config = {
"expiration_time": None,
"arguments": {
"url": "memcached01",
"distributed_lock": True,
},
},
},

View file

@ -51,7 +51,6 @@ config = {
"expiration_time": 300,
"arguments": {
"url": "memcached01:11211",
"distributed_lock": True,
},
},
},