Skip to content

Commit

Permalink
Bump default message pruner min batches left to 1k
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Dec 19, 2024
1 parent f5848e5 commit 2377d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/message_pruner.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type MessagePrunerConfigFetcher func() *MessagePrunerConfig
var DefaultMessagePrunerConfig = MessagePrunerConfig{
Enable: true,
PruneInterval: time.Minute,
MinBatchesLeft: 2,
MinBatchesLeft: 1000,
}

func MessagePrunerConfigAddOptions(prefix string, f *flag.FlagSet) {
Expand Down

0 comments on commit 2377d0d

Please sign in to comment.