Skip to content

Commit

Permalink
Merge branch 'master' into test_arbos_upgrade_divergence
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored Dec 20, 2024
2 parents fddbef7 + 3b646ad commit 4243516
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 4243516

Please sign in to comment.