Skip to content

Commit cba9099

Browse files
committed
docs: 10 browser sessions now!
1 parent 5f800a7 commit cba9099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/1.docs/2.features/browser.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Browser rendering is only available on the [Workers Paid](https://www.cloudflare
5656
To improve the performance in production, NuxtHub will reuse browser sessions. This means that the browser will stay open after each request (for 60 seconds), a new request will reuse the same browser session if available or open a new one.
5757

5858
The Cloudflare limits are:
59-
- 2 new browsers per minute per Cloudflare account
60-
- 2 concurrent browser sessions per account
59+
- 10 new browsers per minute per Cloudflare account
60+
- 10 concurrent browser sessions per account
6161
- a browser instance gets killed if no activity is detected for 60 seconds (idle timeout)
6262

6363
You can extend the idle timeout by giving the `keepAlive` option when creating the browser instance:

0 commit comments

Comments
 (0)