Skip to content

Commit

Permalink
Merge pull request #2040 from OffchainLabs/increase-broadcaster-queue…
Browse files Browse the repository at this point in the history
…-size

Increase TxStreamer feed queue size
  • Loading branch information
PlasmaPower authored Dec 20, 2023
2 parents 894d7fc + 3bb7fab commit fb33cc9
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 fb33cc9

Please sign in to comment.