Limiting the peers for a pubsub topic

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

@raul Can u please help