mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Only publish reconstructed columns that we need to sample (#8269)
N/A We were publishing columns all columns that we didn't already have in the da cache when reconstructing. This is unnecessary outbound bandwidth for the node that is supposed to sample fewer columns. This PR changes the behaviour to publish only columns that we are supposed to sample in the topics that we are subscribed to. Co-Authored-By: Pawan Dhananjay <pawandhananjay@gmail.com>
This commit is contained in:
@@ -1875,7 +1875,7 @@ pub static DATA_AVAILABILITY_RECONSTRUCTED_COLUMNS: LazyLock<Result<IntCounter>>
|
||||
LazyLock::new(|| {
|
||||
try_create_int_counter(
|
||||
"beacon_data_availability_reconstructed_columns_total",
|
||||
"Total count of reconstructed columns",
|
||||
"Total count of useful reconstructed columns",
|
||||
)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user