diff --git a/etcdserver/v3_server.go b/etcdserver/v3_server.go index 55a1d764c..e18bac950 100644 --- a/etcdserver/v3_server.go +++ b/etcdserver/v3_server.go @@ -47,7 +47,7 @@ const ( // the applied index and committed index. // However, if the committed entries are very heavy to apply, the gap might grow. // We should stop accepting new proposals if the gap growing to a certain point. - maxGapBetweenApplyAndCommitIndex = 1000 + maxGapBetweenApplyAndCommitIndex = 5000 ) var (