mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 23:37:56 +00:00
Tweak some NIS params (#6393)
* Reduce base period, increase queue count * Reduce base period, increase queue count
This commit is contained in:
@@ -1268,7 +1268,7 @@ impl pallet_balances::Config<NisCounterpartInstance> for Runtime {
|
||||
|
||||
parameter_types! {
|
||||
pub IgnoredIssuance: Balance = Treasury::pot();
|
||||
pub const NisBasePeriod: BlockNumber = 30 * DAYS;
|
||||
pub const NisBasePeriod: BlockNumber = 7 * DAYS;
|
||||
pub const MinBid: Balance = 100 * QUID;
|
||||
pub MinReceipt: Perquintill = Perquintill::from_rational(1u64, 10_000_000u64);
|
||||
pub const IntakePeriod: BlockNumber = 5 * MINUTES;
|
||||
@@ -1290,7 +1290,7 @@ impl pallet_nis::Config for Runtime {
|
||||
type IgnoredIssuance = IgnoredIssuance;
|
||||
type Target = NisTarget;
|
||||
type PalletId = NisPalletId;
|
||||
type QueueCount = ConstU32<300>;
|
||||
type QueueCount = ConstU32<500>;
|
||||
type MaxQueueLen = ConstU32<1000>;
|
||||
type FifoQueueLen = ConstU32<250>;
|
||||
type BasePeriod = NisBasePeriod;
|
||||
|
||||
Reference in New Issue
Block a user