command/state: up the threshold for showing lock info
This commit is contained in:
parent
90f3d40c1f
commit
18bc77c359
|
@ -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…
Reference in New Issue