mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
[3.5] Backport DefaultSnapshotCount 10K
Signed-off-by: Clement <gh.2lgqz@aleeas.com>
This commit is contained in:
parent
f20bbadd40
commit
8aee45ea94
@ -71,7 +71,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultSnapshotCount = 100000
|
DefaultSnapshotCount = 10000
|
||||||
|
|
||||||
// DefaultSnapshotCatchUpEntries is the number of entries for a slow follower
|
// DefaultSnapshotCatchUpEntries is the number of entries for a slow follower
|
||||||
// to catch-up after compacting the raft storage entries.
|
// to catch-up after compacting the raft storage entries.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user