Skip to content

Commit

Permalink
Update default value for max_request_data_column_sidecars.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jul 19, 2024
1 parent 65bb931 commit a5e0279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/types/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ const fn default_max_request_blob_sidecars() -> u64 {
}

const fn default_max_request_data_column_sidecars() -> u64 {
512
16384
}

const fn default_min_epochs_for_blob_sidecars_requests() -> u64 {
Expand Down

0 comments on commit a5e0279

Please sign in to comment.