Skip to content

Commit cf4e3ca

Browse files
authored
Update limits.mdx
update max session duration FAQ
1 parent d539c1c commit cf4e3ca

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+2
-2
lines changed

src/content/docs/browser-rendering/platform/limits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ By default, a browser instance will time out after 60 seconds of inactivity. If
7070

7171
### Is there a maximum session duration?
7272

73-
There is no fixed maximum lifetime for a browser session as long as it remains active. By default, a browser will close after one minute of inactivity, but you can [extend this inactivity window](#can-i-increase-the-browser-timeout). Sessions will also be closed when Browser Rendering rolls out a new release.
74-
73+
There is no fixed maximum lifetime for a browser session as long as it remains active. By default, Browser Rendering closes sessions after 1 minute of inactivity to prevent unintended usage. You can [increase this inactivity timeout](/browser-rendering/platform/puppeteer/#keep-alive) to up to 10 minutes.
7574

75+
If you need sessions to remain open longer, keep them active by sending a command at least once within your configured inactivity window (for example, every 10 minutes). Sessions also close when Browser Rendering rolls out a new release.

0 commit comments

Comments
 (0)