mirror of https://github.com/status-im/consul.git
api: Changing default semaphore key
This commit is contained in:
parent
4a038927ee
commit
ed6abe05fb
|
@ -29,7 +29,7 @@ const (
|
|||
|
||||
// DefaultSemaphoreKey is the key used within the prefix to
|
||||
// use for coordination between all the contenders.
|
||||
DefaultSemaphoreKey = "_lock"
|
||||
DefaultSemaphoreKey = ".lock"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue