Files
lighthouse/beacon_node
Pawan Dhananjay b6792d85d2 Reduce backfill batch buffer size (#7958)
N/A


  Currently, backfill is allowed to create upto 20 pending batches which is unnecessarily high imo. Forward sync also allows a max of 5 batches to be buffered at a time.  This PR reduces the batch size to match with forward sync.

Having high number of batches is a little annoying with peerdas because we try to create and send 20 requests (even though we are processing them in a rate limited manner). Requests with peerdas is a lot more heavy as we distribute requests across multiple peers leading to lot of requests that may keep getting retried. This could take resources away from processing at head.
2025-08-28 03:31:31 +00:00
..
2025-08-26 02:49:48 +00:00
2025-08-26 02:49:48 +00:00
2025-08-13 03:04:31 +00:00
2025-03-12 22:31:05 +00:00
2025-07-10 01:44:46 +00:00