Skip to content

Commit

Permalink
Merge pull request #6644 from kragniz/increase-warn-duration
Browse files Browse the repository at this point in the history
etcdserver: increase warnApplyDuration from 10ms to 100ms
  • Loading branch information
xiang90 authored Oct 13, 2016
2 parents 354891f + 9df97eb commit 57008f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdserver/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 57008f1

Please sign in to comment.