Skip to content

Commit 28c0f27

Browse files
authored
Update limits.mdx
1 parent 0af7a3c commit 28c0f27

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ If you are still running into concurrency limits you can [request a higher limit
7171
### Can I increase the browser timeout?
7272

7373
By default, a browser instance will time out after 60 seconds of inactivity. If you’d like to keep the browser open longer, you can use the [`keep_alive` option](/browser-rendering/platform/puppeteer/#keep-alive) which allows you to extend the timeout to up to 10 minutes.
74+
75+
### Is there a maximum session duration?
76+
77+
There is no fixed maximum lifetime for a browser session as long as it remains active. By default, a browser will close after 1 minute of inactivity, but you can [extend this inactivity window](browser-rendering/platform/limits/#can-i-increase-the-browser-timeout). Sessions will also be closed when Browser Rendering rolls out a new release.

0 commit comments

Comments
 (0)