Files
lighthouse/beacon_node
Jimmy Chen 3a02bdd94a Adjust DA checker cache size (#7825)
The current `OVERFLOW_LRU_CAPACITY` of `1024` seems a bit excessive now we rarely store more than 1 `PendingComponents` (under normal networking components). Additionally given the blob count increases, the max size of `PendingComponents` has also increased and is expected to increase further.

This PR brings the max capacity of the cache down to `64`, which should be more than enough headroom but also give us  better protection from the network.
2025-08-07 05:11:38 +00:00
..
2025-03-12 22:31:05 +00:00
2025-07-23 03:24:45 +00:00
2025-03-12 22:31:05 +00:00
2025-07-10 01:44:46 +00:00