File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/durable-objects/platform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ In this scenario, the estimated monthly cost would be calculated as:
120120<Render file = " storage_api_pricing" product = " workers" />
121121
122122:::caution[ Metadata when writing to SQLite-backed Durable Object]
123- All writes to a SQLite-backed Durable Object records nominal amounts of metadata, which counts towards your billable storage.
123+ All writes to a SQLite-backed Durable Object stores nominal amounts of metadata in the Durable Object , which counts towards your billable storage.
124124
125- The metadata remains until you call [ ` deleteAll() ` ] ( /durable-objects/api/storage-api/#deleteall ) on the Durable Object .
125+ The metadata remains in the Durable Object until you call [ ` deleteAll() ` ] ( /durable-objects/api/storage-api/#deleteall ) .
126126:::
You can’t perform that action at this time.
0 commit comments