Skip to content

Commit

Permalink
Increase TxStreamer feed queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Dec 20, 2023
1 parent 894d7fc commit 3bb7fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/transaction_streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type TransactionStreamerConfig struct {
type TransactionStreamerConfigFetcher func() *TransactionStreamerConfig

var DefaultTransactionStreamerConfig = TransactionStreamerConfig{
MaxBroadcasterQueueSize: 1024,
MaxBroadcasterQueueSize: 50_000,
MaxReorgResequenceDepth: 1024,
ExecuteMessageLoopDelay: time.Millisecond * 100,
}
Expand Down

0 comments on commit 3bb7fab

Please sign in to comment.