Skip to content

Commit

Permalink
Increase Validation Queue (#8431)
Browse files Browse the repository at this point in the history
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
nisdas and prylabs-bulldozer[bot] authored Feb 11, 2021
1 parent e236ded commit 2fd2baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/p2p/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func New(ctx context.Context, cfg *Config) (*Service, error) {
pubsub.WithMessageIdFn(msgIDFunction),
pubsub.WithSubscriptionFilter(s),
pubsub.WithPeerOutboundQueueSize(256),
pubsub.WithValidateQueueSize(256),
}
// Add gossip scoring options.
if featureconfig.Get().EnablePeerScorer {
Expand Down

0 comments on commit 2fd2baf

Please sign in to comment.