[3.5] Backport DefaultSnapshotCount 10K

Signed-off-by: Clement <gh.2lgqz@aleeas.com>
This commit is contained in:
Clement 2024-09-14 19:15:43 +08:00
parent f20bbadd40
commit 8aee45ea94

View File

@ -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.