Actually schedule migration (#10656)
Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
This commit is contained in:
parent
30dd65b338
commit
58ccfca831
@ -249,7 +249,19 @@ func DefaultUpgradeSchedule() stmgr.UpgradeSchedule {
|
|||||||
}, {
|
}, {
|
||||||
Height: build.UpgradeLightningHeight,
|
Height: build.UpgradeLightningHeight,
|
||||||
Network: network.Version19,
|
Network: network.Version19,
|
||||||
Migration: nil,
|
Migration: UpgradeActorsV11,
|
||||||
|
PreMigrations: []stmgr.PreMigration{{
|
||||||
|
PreMigration: PreUpgradeActorsV11,
|
||||||
|
StartWithin: 240,
|
||||||
|
DontStartWithin: 60,
|
||||||
|
StopWithin: 20,
|
||||||
|
}, {
|
||||||
|
PreMigration: PreUpgradeActorsV11,
|
||||||
|
StartWithin: 15,
|
||||||
|
DontStartWithin: 10,
|
||||||
|
StopWithin: 5,
|
||||||
|
}},
|
||||||
|
Expensive: true,
|
||||||
}, {
|
}, {
|
||||||
Height: build.UpgradeThunderHeight,
|
Height: build.UpgradeThunderHeight,
|
||||||
Network: network.Version20,
|
Network: network.Version20,
|
||||||
|
Loading…
Reference in New Issue
Block a user