Merge pull request #6644 from kragniz/increase-warn-duration

etcdserver: increase warnApplyDuration from 10ms to 100ms
release-3.1
Xiang Li 2016-10-13 10:58:58 -07:00 committed by GitHub
commit 57008f1690
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const (
// to apply functions instead of a valid txn ID.
noTxn = -1
warnApplyDuration = 10 * time.Millisecond
warnApplyDuration = 100 * time.Millisecond
)
type applyResult struct {