Merge pull request #11397 from filecoin-project/phi-backport-11395-v1250

chore: backport #11395 to release/v1.25.0
This commit is contained in:
Aayush Rajasekaran 2023-11-08 11:48:44 -05:00 committed by GitHub
commit ce6cbcbf2b
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,
}},