Browse Source

api: Changing default semaphore key

pull/600/head
Armon Dadgar 10 years ago
parent
commit
ed6abe05fb
  1. 2
      api/semaphore.go

2
api/semaphore.go

@ -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