github.com/KYVENetwork/cometbft/v38@v38.0.3/.changelog/v0.38.1/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.
     3    ([\#1558](https://github.com/KYVENetwork/cometbft/v38/pull/1558))
     4    ([\#1584](https://github.com/KYVENetwork/cometbft/v38/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/KYVENetwork/cometbft/v38/pull/1558))
     9    ([\#1584](https://github.com/KYVENetwork/cometbft/v38/pull/1584))