mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 12:37:57 +00:00
Scheduler pre block limit note (#13231)
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user