No need for this distributed lock anymore.

This commit is contained in:
Ralph Bean 2015-11-23 15:01:06 +00:00
parent 915bbc53a4
commit 5a24774176

View file

@ -135,11 +135,11 @@ moksha.livesocket = False
cache.bugzilla.backend=dogpile.cache.memcached
cache.bugzilla.expiration_time=300
cache.bugzilla.arguments.url=memcached02:11211
cache.bugzilla.arguments.distributed_lock=True
cache.bugzilla.arguments.distributed_lock=False
cache.connectors.backend=dogpile.cache.memcached
cache.connectors.expiration_time=300
cache.connectors.arguments.url=memcached02:11211
cache.connectors.arguments.distributed_lock=True
cache.connectors.arguments.distributed_lock=False
[server:main]
use = egg:Paste#http