Commit bbd9bf4
Document timeout behavior after sandbox auto-resume (#174)
* Document timeout behavior after sandbox auto-resume
- Add new 'Timeout after auto-resume' section to auto-resume.mdx explaining
that the original timeout resets from the moment the sandbox resumes
- Include a step-by-step example of the pause/resume/timeout cycle
- Note that setTimeout/set_timeout can override the timeout after resume
- Update cleanup section to reinforce the timeout reset behavior
- Update persistence.mdx timeout section to mention auto-resume resets
Co-authored-by: Vasek Mlejnsky <vasek.mlejnsky@gmail.com>
* Fix auto-resume timeout docs: sandbox gets default 5min, not creation timeout
* Fix auto-resume timeout: use max(5min, original timeout), not flat 5min
* Improve auto-resume timeout wording for clarity
* Trigger Mintlify preview rebuild
* Trigger Mintlify preview rebuild
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Tomas Beran <tomas.beran@e2b.dev>1 parent 638e4e7 commit bbd9bf4
2 files changed
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
57 | 77 | | |
58 | 78 | | |
59 | 79 | | |
| |||
304 | 324 | | |
305 | 325 | | |
306 | 326 | | |
307 | | - | |
| 327 | + | |
308 | 328 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments