We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a0b3d commit baee733Copy full SHA for baee733
rs/replica/setup_ic_network/src/lib.rs
@@ -72,7 +72,7 @@ use tower_http::trace::TraceLayer;
72
/// we will reconstruct the blocks by looking up the referenced ingress messages in the ingress
73
/// pool or, if they are not there, by fetching missing ingress messages from peers who are
74
/// advertising the blocks.
75
-const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = false;
+const HASHES_IN_BLOCKS_FEATURE_ENABLED: bool = true;
76
77
/// This limit is used to protect against a malicious peer advertising many ingress messages.
78
/// If no malicious peers are present the ingress pools are bounded by a separate limit.
0 commit comments