From 24a714d1232b10f61d9ccec062b7d52944f440ce Mon Sep 17 00:00:00 2001 From: Phi Date: Wed, 8 Nov 2023 08:22:15 +0100 Subject: [PATCH] Move premigration to 90 minutes Move premigration to 90 minutes before upgrade epoch. --- chain/consensus/filcns/upgrades.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index c1f594a92..f258de540 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -271,7 +271,7 @@ func DefaultUpgradeSchedule() stmgr.UpgradeSchedule { Migration: UpgradeActorsV12, PreMigrations: []stmgr.PreMigration{{ PreMigration: PreUpgradeActorsV12, - StartWithin: 120, + StartWithin: 180, DontStartWithin: 15, StopWithin: 10, }},