We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c40ac + 461ca09 commit 209fcc9Copy full SHA for 209fcc9
3 files changed
.changelog/6449.trivial.md
go/consensus/cometbft/config/config.go
@@ -235,7 +235,7 @@ func DefaultConfig() Config {
235
UpgradeStopDelay: time.Minute,
236
Prune: PruneConfig{
237
Strategy: PruneStrategyNone,
238
- NumKept: 3600,
+ NumKept: 250_000,
239
Interval: 2 * time.Minute,
240
},
241
Checkpointer: CheckpointerConfig{
go/runtime/config/config.go
@@ -521,7 +521,7 @@ func DefaultConfig() Config {
521
522
Strategy: "none",
523
524
- NumKept: 600,
525
526
Indexer: IndexerConfig{
527
BatchSize: 1000,
0 commit comments