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 ccc3c31 commit 241a4d4Copy full SHA for 241a4d4
pallets/drand/src/lib.rs
@@ -92,7 +92,7 @@ const CHAIN_HASH: &str = MAINNET_CHAIN_HASH;
92
#[cfg(not(feature = "mainnet"))]
93
const CHAIN_HASH: &str = QUICKNET_CHAIN_HASH;
94
95
-pub const MAX_PULSES_TO_FETCH: u64 = 100;
+pub const MAX_PULSES_TO_FETCH: u64 = 20;
96
97
/// Defines application identifier for crypto keys of this module.
98
///
0 commit comments