Skip to content

Commit 241a4d4

Browse files
committed
decrease max pulses
1 parent ccc3c31 commit 241a4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/drand/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const CHAIN_HASH: &str = MAINNET_CHAIN_HASH;
9292
#[cfg(not(feature = "mainnet"))]
9393
const CHAIN_HASH: &str = QUICKNET_CHAIN_HASH;
9494

95-
pub const MAX_PULSES_TO_FETCH: u64 = 100;
95+
pub const MAX_PULSES_TO_FETCH: u64 = 20;
9696

9797
/// Defines application identifier for crypto keys of this module.
9898
///

0 commit comments

Comments
 (0)