api: Changing default semaphore key
This commit is contained in:
parent
229ee483cb
commit
2baa97dde5
|
@ -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