Skip to content

Commit 7f509ed

Browse files
committed
Adding supplementary info on DO storage.
1 parent 125ac8e commit 7f509ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/docs/durable-objects/what-are-durable-objects.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Durable Objects have properties that make them a great fit for distributed state
2222

2323
**Storage colocated with compute**
2424

25-
- Each Durable Object has its own [durable, transactional, and strongly consistent storage](/durable-objects/api/storage-api/) (up to 10 GB), persisted across requests, and accessible only within that object.
25+
- Each Durable Object has its own [durable, transactional, and strongly consistent storage](/durable-objects/api/storage-api/) (up to 10 GB[^1]), persisted across requests, and accessible only within that object.
2626

2727
**Single-threaded concurrency**
2828

@@ -108,4 +108,6 @@ Finally, the following blog posts may help you learn some of the technical imple
108108

109109
## Get started
110110

111-
Get started now by following the ["Tutorial with SQL API"](/durable-objects/get-started/tutorial-with-sql-api/) to create your first application using Durable Objects.
111+
Get started now by following the ["Tutorial with SQL API"](/durable-objects/get-started/tutorial-with-sql-api/) to create your first application using Durable Objects.
112+
113+
[^1]: Storage per Durable Object with SQLite is currently 1 GB. This will be raised to 10 GB for general availability.

0 commit comments

Comments
 (0)