Limiting the peers for a pubsub topic #2575
Unanswered
sarvalabs-rahul
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm utilizing a gossip-based pubsub for broadcasting blocks. We currently have a testnet consisting of 400 nodes, with each node subscribed to this specific topic. When I check the list of peers for this topic on a specific node, it returns 400 . How can I restrict the number of peers for each topic?
Here are the gossipParams:
Dlo = 6
D = 8
Dhi = 16
@p-shahi Can you please help me with this
Beta Was this translation helpful? Give feedback.
All reactions