We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e24396 commit 9427abaCopy full SHA for 9427aba
rs/replica/setup_ic_network/src/lib.rs
@@ -65,7 +65,7 @@ use tower_http::trace::TraceLayer;
65
/// we will reconstruct the blocks by looking up the referenced ingress messages in the ingress
66
/// pool or, if they are not there, by fetching missing ingress messages from peers who are
67
/// advertising the blocks.
68
-const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = true;
+const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = false;
69
70
pub const MAX_ADVERT_BUFFER: usize = 100_000;
71
/// This limit is used to protect against a malicious peer advertising many ingress messages.
0 commit comments