Skip to content

Commit ad52f14

Browse files
committed
Use Note callout instead of Info on sandbox lifecycle page
1 parent d74c33b commit ad52f14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sandbox.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sidebarTitle: Lifecycle
55

66
Sandboxes stay running as long as you need them. When their timeout expires, they automatically pause to save resources — preserving their full state so you can resume at any time. You can also configure an explicit timeout or shut down a sandbox manually.
77

8-
<Info>
8+
<Note>
99
Sandboxes can run continuously for up to 24 hours (Pro) or 1 hour (Base). For longer workloads, use [pause and resume](/docs/sandbox/persistence) — pausing resets the runtime window, and your sandbox's full state is preserved indefinitely.
10-
</Info>
10+
</Note>
1111

1212
<CodeGroup>
1313
```js JavaScript & TypeScript highlight={6}

0 commit comments

Comments
 (0)