mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump assigned_slots params (#6991)
This commit is contained in:
committed by
GitHub
parent
3f3a041631
commit
63d354aea0
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user