File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: "Mount block storage into sandboxes to keep state between sessions"
66Persistent volumes let you attach regional block storage to a sandbox so data
77survives process restarts and new connections. They are ideal for package
88caches, build artifacts, SQLite databases, or any workflow that needs a small
9- amount of durable storage without promoting code to a full Deploy app.
9+ amount of durable storage without promoting code to a full Deno Deploy app.
1010
1111## Provision storage with ` Client.volumes `
1212
@@ -160,8 +160,3 @@ curl "https://console.deno.com/api/v2/volumes?limit=50&search=cache" \
160160 between concurrent sandboxes to avoid application-level races.
161161- Snapshot important data elsewhere—volumes are redundant but not a substitute
162162 for backups.
163-
164- ---
165- title: "Persistent Volumes"
166- description: "Mount block storage into sandboxes to keep state between sessions"
167- ---
You can’t perform that action at this time.
0 commit comments