Skip to content

Commit d2c2fb3

Browse files
fnesvedaTC-MO
andauthored
Wording improvements
Co-authored-by: Michał Olender <[email protected]>
1 parent 5743522 commit d2c2fb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/platform/actors/development/builds_and_runs/state_persistence.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ For improved Actor performance consider [caching repeated page data](/academy/ex
131131

132132
## Speeding up migrations
133133

134-
Once your Actor receives the `migrating` event, in under a minute, the Apify platform will shut it down and restart it on a new server.
135-
If you want to speed this process up, once you have persisted the Actor state,
136-
you can reboot the Actor manually in the `migrating` event handler using the `Actor.reboot()` method
134+
Once your Actor receives the `migrating` event, the Apify platform will shut it down and restart it on a new server within one minute.
135+
To speed this process up, once you have persisted the Actor state,
136+
you can manually reboot the Actor in the `migrating` event handler using the `Actor.reboot()` method
137137
available in the [Apify SDK for JavaScript](/sdk/js/reference/class/Actor#reboot) or [Apify SDK for Python](/sdk/python/reference/class/Actor#reboot).
138138

139139
<Tabs groupId="main">

0 commit comments

Comments
 (0)