Skip to content

Commit 4464611

Browse files
committed
Updating wording in Lifecycle of DO chapter
1 parent 5f55930 commit 4464611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/concepts/durable-object-lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Assuming a Durable Object does not run, the first incoming request or event (lik
3939

4040
At this point the Durable Object is in the **active in-memory state**.
4141

42-
If it continuously receives requests or events within 10 seconds of each other, the Durable Object will remain in this state.
42+
If it continuously receives requests or events within 10 seconds of each other, the Durable Object will remain in-memory, and can take one of the three in-memory states: **active**, **idle and hibernatable**, or **idle and non-hibernatable**.
4343

4444
Once all incoming requests or events have been processed, the Durable Object remains idle in-memory for a few seconds either in a hibernateable state or in a non-hibernateable state.
4545

0 commit comments

Comments
 (0)