Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
revert back to file-based locking; increase timeout #21
Conversation
|
assuming you want to revert the change, then this looks like a good way to do it. LGTM |
|
LGTM |
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
rogpeppe commentedNov 15, 2016
•
Edited 1 time
-
rogpeppe
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.