Skip to content

Commit

Permalink
[3.5] Backport DefaultSnapshotCount 10K
Browse files Browse the repository at this point in the history
Signed-off-by: Clement <[email protected]>
  • Loading branch information
clement2026 committed Sep 14, 2024
1 parent 0452fee commit ca7d3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import (
)

const (
DefaultSnapshotCount = 100000
DefaultSnapshotCount = 10000

// DefaultSnapshotCatchUpEntries is the number of entries for a slow follower
// to catch-up after compacting the raft storage entries.
Expand Down

0 comments on commit ca7d3d6

Please sign in to comment.