Scheduler pre block limit note (#13231)

Co-authored-by: parity-processbot <>
This commit is contained in:
Muharem Ismailov
2023-04-03 12:59:01 +02:00
committed by GitHub
parent 7e3e3db282
commit e524bf0e30
3 changed files with 16 additions and 10 deletions
+4
View File
@@ -216,6 +216,10 @@ pub mod pallet {
type OriginPrivilegeCmp: PrivilegeCmp<Self::PalletsOrigin>;
/// The maximum number of scheduled calls in the queue for a single block.
///
/// NOTE:
/// + Dependent pallets' benchmarks might require a higher limit for the setting. Set a
/// higher limit under `runtime-benchmarks` feature.
#[pallet::constant]
type MaxScheduledPerBlock: Get<u32>;