Skip to content

Commit 5c6e0c7

Browse files
authored
Update src/content/docs/durable-objects/concepts/durable-object-lifecycle.mdx
1 parent d0cc80a commit 5c6e0c7

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
@@ -68,5 +68,5 @@ Objects in the **hibernated** state keep their Websocket clients connected, and
6868
The next incoming request or event starts the cycle again.
6969

7070
:::note[Lifecycle states incurring duration charges]
71-
A Durable Object incurs charges only when it is **actively running in-memory**, or when it is **idle in-memory and non-hibernateable**.
71+
A Durable Object incurs charges only when it is **actively running in-memory**, or when it is **idle in-memory and non-hibernateable** (indicated as green rectangles in the diagram).
7272
:::

0 commit comments

Comments
 (0)