github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/.changelog/v0.37.3/improvements/1558-experimental-gossip-limiting.md (about)

     1  - `[mempool]` Add experimental feature to limit the number of persistent peers and non-persistent
     2    peers to which the node gossip transactions (only for "v0" mempool).
     3    ([\#1558](https://github.com/cometbft/cometbft/pull/1558))
     4    ([\#1584](https://github.com/cometbft/cometbft/pull/1584))
     5  - `[config]` Add mempool parameters `experimental_max_gossip_connections_to_persistent_peers` and
     6    `experimental_max_gossip_connections_to_non_persistent_peers` for limiting the number of peers to
     7    which the node gossip transactions. 
     8    ([\#1558](https://github.com/cometbft/cometbft/pull/1558))
     9    ([\#1584](https://github.com/cometbft/cometbft/pull/1584))