Merge pull request #11395 from filecoin-project/fix/update-premigration

fix: migration: set premigration to 90 minutes
This commit is contained in:
Phi-rjan 2023-11-08 10:22:59 +01:00 committed by GitHub
commit fbafe1c507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
}},