Skip to content

Commit dc70058

Browse files
kathaylToriLindsay
andauthored
Update faq.mdx (#24222)
* Update faq.mdx new faq question * Update src/content/docs/browser-rendering/faq.mdx Co-authored-by: ToriLindsay <[email protected]> --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent f88b9b2 commit dc70058

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

src/content/docs/browser-rendering/faq.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ If you are hitting concurrency limits, or would like to better manage concurrent
9090
- [Reuse sessions](/browser-rendering/workers-bindings/reuse-sessions/): You can optimize your setup and decrease startup time by reusing sessions instead of launching a new browser every time. If you are concerned about maintaining test isolation, for example for tests that depend on a clean environment, we recommend using [incognito browser contexts](https://pptr.dev/api/puppeteer.browser.createbrowsercontext), which isolate cookies and cache with other sessions.
9191

9292
If you are still running into concurrency limits you can [request a higher limit](https://forms.gle/CdueDKvb26mTaepa9).
93+
94+
### Is there a limit to how many requests a single browser session can handle?
95+
96+
No, there is not a fixed limit on the number of requests per browser session. A single browser can handle multiple requests as long as it stays within the available compute and memory limits.

0 commit comments

Comments
 (0)