No need for this distributed lock anymore.
This commit is contained in:
parent
915bbc53a4
commit
5a24774176
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue