Skip to content

Commit

Permalink
Merge pull request #6217 from filecoin-project/opt/update-premigration
Browse files Browse the repository at this point in the history
opt: migration: set premigration to 90 minute
  • Loading branch information
LinZexiao authored Nov 9, 2023
2 parents 773a69d + 4da82a7 commit c47fae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fork/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func DefaultUpgradeSchedule(cf *ChainFork, upgradeHeight *config.ForkUpgradeConf
Migration: cf.UpgradeActorsV12,
PreMigrations: []PreMigration{{
PreMigration: cf.PreUpgradeActorsV12,
StartWithin: 120,
StartWithin: 180,
DontStartWithin: 15,
StopWithin: 10,
}},
Expand Down

0 comments on commit c47fae6

Please sign in to comment.