Skip to content

Commit

Permalink
Revert "Disable FloodPublish to see if that's what's causing shards t…
Browse files Browse the repository at this point in the history
…o show up as 'Verifying' when they are in fact completed verifying (VerificationResult.Complete = true)"

This reverts commit cec59de.
It seemed to make things worse, not better.
  • Loading branch information
lukemarsden committed Oct 28, 2022
1 parent bef823d commit ac10233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/transport/libp2p/libp2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func NewTransportFromOptions(ctx context.Context,
h,
pubsub.WithDirectPeers(pis),
pubsub.WithDirectConnectTicks(10), //nolint:gomnd
pubsub.WithFloodPublish(true),
pubsub.WithPeerExchange(true),
pubsub.WithPeerGater(pgParams),
pubsub.WithEventTracer(tracer),
Expand Down

0 comments on commit ac10233

Please sign in to comment.