Skip to content

Commit

Permalink
decrease snapshot entries (#7653)
Browse files Browse the repository at this point in the history
<!-- Optional: Provide additional context (beyond the PR title). -->

<!-- Optional: link a GitHub issue.
Example: "Fixes #123" will auto-close #123 when the PR is merged. -->

**Related issues**: N/A
  • Loading branch information
luluz66 authored Oct 3, 2024
1 parent 1474306 commit f34eecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/server/raft/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func GetRaftConfig(rangeID, replicaID uint64) dbConfig.Config {
ElectionRTT: 20,
HeartbeatRTT: 2,
CheckQuorum: true,
SnapshotEntries: 100000,
SnapshotEntries: 50000,
CompactionOverhead: 500,
OrderedConfigChange: true,
SnapshotCompressionType: dbConfig.Snappy,
Expand Down

0 comments on commit f34eecb

Please sign in to comment.