Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0: reworks max number of outgoing push messages (backport of #3016) (
#3038) reworks max number of outgoing push messages (#3016) max_bytes for outgoing push messages is pretty outdated and does not allow gossip to function properly with current testnet cluster size. In particular it does not allow to clear out queue of pending push messages unless the new_push_messages function is called very frequently which involves repeatedly locking/unlocking CRDS table. Additionally leaving gossip entries in the queue for the next round will add delay to propagating push messages which can compound as messages go through several hops. (cherry picked from commit 489f483) Co-authored-by: behzad nouri <[email protected]>
- Loading branch information