api: Changing default semaphore key

This commit is contained in:
Armon Dadgar 2015-01-13 11:51:12 -08:00
parent 229ee483cb
commit 2baa97dde5
1 changed files with 1 additions and 1 deletions

View File

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