diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index a3a32e48d3..25d2c8e9cf 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -1295,9 +1295,9 @@ impl paras_sudo_wrapper::Config for Runtime {} parameter_types! { pub const PermanentSlotLeasePeriodLength: u32 = 365; - pub const TemporarySlotLeasePeriodLength: u32 = 3; - pub const MaxPermanentSlots: u32 = 40; - pub const MaxTemporarySlots: u32 = 40; + pub const TemporarySlotLeasePeriodLength: u32 = 5; + pub const MaxPermanentSlots: u32 = 100; + pub const MaxTemporarySlots: u32 = 100; pub const MaxTemporarySlotPerLeasePeriod: u32 = 5; }