Skip to content

Commit 39fe472

Browse files
authored
Update src/content/docs/durable-objects/concepts/durable-object-lifecycle.mdx
1 parent 4464611 commit 39fe472

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ 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-memory, and can take one of the three in-memory states: **active**, **idle and hibernatable**, or **idle and non-hibernatable**.
4342

4443
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.
4544

0 commit comments

Comments
 (0)