command/state: up the threshold for showing lock info

pull/11944/head
Mitchell Hashimoto 9 years ago
parent 90f3d40c1f
commit 18bc77c359
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -16,7 +16,7 @@ import (
)
const (
LockThreshold = 250 * time.Millisecond
LockThreshold = 400 * time.Millisecond
LockMessage = "Acquiring state lock. This may take a few moments..."
UnlockMessage = "Releasing state lock. This may take a few moments..."

Loading…
Cancel
Save