Skip to content

Commit

Permalink
Move premigration to 90 minutes
Browse files Browse the repository at this point in the history
Move premigration to 90 minutes before upgrade epoch.
  • Loading branch information
rjan90 committed Nov 8, 2023
1 parent ee0152f commit a75f3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/consensus/filcns/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func DefaultUpgradeSchedule() stmgr.UpgradeSchedule {
Migration: UpgradeActorsV12,
PreMigrations: []stmgr.PreMigration{{
PreMigration: PreUpgradeActorsV12,
StartWithin: 120,
StartWithin: 180,
DontStartWithin: 15,
StopWithin: 10,
}},
Expand Down

0 comments on commit a75f3b7

Please sign in to comment.