Skip to content
Snippets Groups Projects
Commit 1dba1dca authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Tweak some NIS params (#6393)

* Reduce base period, increase queue count

* Reduce base period, increase queue count
parent 053b24eb
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment