Replies: 1 comment 2 replies
-
I don't think rust-libp2p's gossipsub implementation has a validation queue. Please correct me if I am wrong. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ps, err := pubsub.NewGossipSub(ctx, h, pubsub.WithValidateQueueSize(P2P_VALIDATE_QUEUE_SIZE), pubsub.WithGossipSubParams(gossipParams), )
In this snippet the
WithValidateQueueSize
is the param that can be set, I was wondering if it's possible in rustBeta Was this translation helpful? Give feedback.
All reactions