mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Scheduler pre block limit note (#13231)
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -364,7 +364,10 @@ impl pallet_scheduler::Config for Runtime {
|
||||
type RuntimeCall = RuntimeCall;
|
||||
type MaximumWeight = MaximumSchedulerWeight;
|
||||
type ScheduleOrigin = EnsureRoot<AccountId>;
|
||||
#[cfg(feature = "runtime-benchmarks")]
|
||||
type MaxScheduledPerBlock = ConstU32<512>;
|
||||
#[cfg(not(feature = "runtime-benchmarks"))]
|
||||
type MaxScheduledPerBlock = ConstU32<50>;
|
||||
type WeightInfo = pallet_scheduler::weights::SubstrateWeight<Runtime>;
|
||||
type OriginPrivilegeCmp = EqualPrivilegeOnly;
|
||||
type Preimages = Preimage;
|
||||
|
||||
Reference in New Issue
Block a user