api: Changing default semaphore key

pull/600/head
Armon Dadgar 10 years ago
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…
Cancel
Save