Move premigration to 90 minutes

Move premigration to 90 minutes before upgrade epoch.
This commit is contained in:
Phi 2023-11-08 08:22:15 +01:00
parent ee0152fac4
commit a75f3b7acb

View File

@ -271,7 +271,7 @@ func DefaultUpgradeSchedule() stmgr.UpgradeSchedule {
Migration: UpgradeActorsV12,
PreMigrations: []stmgr.PreMigration{{
PreMigration: PreUpgradeActorsV12,
StartWithin: 120,
StartWithin: 180,
DontStartWithin: 15,
StopWithin: 10,
}},