revert back to file-based locking; increase timeout #21

Merged
merged 1 commit into from Nov 15, 2016

Conversation

Projects
None yet
3 participants
Owner

rogpeppe commented Nov 15, 2016

We want to use file-based locking because we're locking a file.
Non-file-based locking can't work when locking
on a shared filesystem.

We also increase the timeout to because some users have
reported timeout errors.

revert back to file-based locking; increase timeout
We want to use file-based locking because we're locking a file,
Non-file-based locking can't work when locking
on a shared filesystem.

We also increase the timeout to because some users have
reported timeout errors.
Member

mhilton commented Nov 15, 2016

assuming you want to revert the change, then this looks like a good way to do it. LGTM

Contributor

voidspace commented Nov 15, 2016

LGTM

@rogpeppe rogpeppe merged commit 5243747 into juju:master Nov 15, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment