lighthouse/beacon_node/network/src
Divma 493c2c037c reduce reprocess queue/channel sizes (#3239)
## Issue Addressed

Reduces the effect of late blocks on overall node buildup

## Proposed Changes

change the capacity of the channels used to send work for reprocessing in the beacon processor, and to send back to the main processor task, to be 75% of the capacity of the channel for receiving new events

## Additional Info

The issues we've seen suggest we should still evaluate node performance under stress, with late blocks being a big factor. 
Other changes that could help: 
1. right now we have a cap for queued attestations for reprocessing that applies to the sum of aggregated and unaggregated attestations. We could consider adding a separate cap that favors aggregated ones.
2. solving #2848
2022-06-06 23:52:31 +00:00
..
beacon_processor reduce reprocess queue/channel sizes (#3239) 2022-06-06 23:52:31 +00:00
router Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00
service Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
subnet_service Improved peer management (#2993) 2022-02-18 02:36:43 +00:00
sync Fix typo in peer state transition log (#3224) 2022-05-31 06:09:10 +00:00
error.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
lib.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
metrics.rs move backfill sync jobs from highest priority to lowest (#3215) 2022-05-26 02:05:17 +00:00
nat.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
persisted_dht.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
service.rs Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00
status.rs Correctly update range status when outdated chains are removed (#2827) 2021-11-26 01:13:49 +00:00