浏览代码

runtime: increase rate at which chans and vids are cleared at runtime upgrade

Mokhtar Naamani 3 年之前
父节点
当前提交
ebf0718406
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      runtime/src/lib.rs

+ 2 - 2
runtime/src/lib.rs

@@ -429,8 +429,8 @@ impl pallet_finality_tracker::Trait for Runtime {
 parameter_types! {
     pub const MaxNumberOfCuratorsPerGroup: MaxNumber = 50;
     pub const ChannelOwnershipPaymentEscrowId: [u8; 8] = *b"chescrow";
-    pub const VideosMigrationsEachBlock: u64 = 20;
-    pub const ChannelsMigrationsEachBlock: u64 = 10;
+    pub const VideosMigrationsEachBlock: u64 = 100;
+    pub const ChannelsMigrationsEachBlock: u64 = 25;
 }
 
 impl content::Trait for Runtime {