Skip to content

Commit 9427aba

Browse files
kpop-dfinitysasa-tomic
authored andcommitted
disable hashes in blocks feature
1 parent 3e24396 commit 9427aba

File tree

1 file changed

+1
-1
lines changed
  • rs/replica/setup_ic_network/src

1 file changed

+1
-1
lines changed

rs/replica/setup_ic_network/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ use tower_http::trace::TraceLayer;
6565
/// we will reconstruct the blocks by looking up the referenced ingress messages in the ingress
6666
/// pool or, if they are not there, by fetching missing ingress messages from peers who are
6767
/// advertising the blocks.
68-
const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = true;
68+
const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = false;
6969

7070
pub const MAX_ADVERT_BUFFER: usize = 100_000;
7171
/// This limit is used to protect against a malicious peer advertising many ingress messages.

0 commit comments

Comments
 (0)