Skip to content

Commit

Permalink
Merge pull request #11396 from filecoin-project/phi-backport-11395-v1240
Browse files Browse the repository at this point in the history
chore: backport #11395 to release/v1.24.0
  • Loading branch information
arajasek authored Nov 8, 2023
2 parents ef070fa + a75f3b7 commit 292e198
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 292e198

Please sign in to comment.