Skip to content

Commit 450ab0c

Browse files
committed
Clarify auto-pause triggers on timeout expiry, not idle detection
1 parent 19a57f0 commit 450ab0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sandbox/persistence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ sbx = Sandbox.connect(sandbox_id, timeout=60) # 60 seconds
227227

228228
### Auto-pause
229229

230-
Sandboxes automatically pause when they've been idle, preserving their full state. You can resume at any time from exactly where you left off. The default inactivity period is 10 minutes — configure it with the `timeoutMs`/`timeout` parameter.
230+
Sandboxes automatically pause when their timeout expires, preserving their full state instead of shutting down. You can resume at any time from exactly where you left off. The default timeout is 10 minutes — configure it with the `timeoutMs`/`timeout` parameter.
231231

232232
<CodeGroup>
233233
```js JavaScript & TypeScript

0 commit comments

Comments
 (0)