File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sources/platform/actors/development/builds_and_runs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn how to maintain an Actor's state to prevent data loss during
44slug : /actors/development/builds-and-runs/state-persistence
55---
66
7- # [ ] ( #state-persistence ) State persistence
7+ # State persistence
88
99** Learn how to maintain an Actor's state to prevent data loss during unexpected restarts. Includes code examples for handling server migrations.**
1010
@@ -125,4 +125,4 @@ async def main():
125125</TabItem >
126126</Tabs >
127127
128- TFor improved Actor performance consider [ caching repeated page data] ( /academy/expert-scraping-with-apify/saving-useful-stats ) .
128+ For improved Actor performance consider [ caching repeated page data] ( /academy/expert-scraping-with-apify/saving-useful-stats ) .
You can’t perform that action at this time.
0 commit comments