You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/platform/limits.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import { Render, Plan } from "~/components";
14
14
15
15
Users on the [Workers Free plan](/workers/platform/pricing/) are limited to **10 minutes of browser rendering usage per day**.
16
16
17
-
To increase this limit, you will need to [upgrade to a Workers Paid plan](/workers/platform/pricing).
17
+
To increase this limit, you will need to [upgrade to a Workers Paid plan](https://dash.cloudflare.com/?to=/:account/workers/plans). Learn more about [Workers Plans here](/workers/platform/pricing).
@@ -57,7 +57,7 @@ While the limits above define the maximum number of concurrent browser sessions
57
57
58
58
### I upgraded from the Workers Free plan, but I'm still hitting the 10-minute per day limit. What should I do?
59
59
60
-
If you recently upgraded to the [Workers Paid plan](/workers/platform/pricing/) but still encounter the 10-minute per day limit, redeploy your Worker to ensure your usage is correctly associated with the new plan.
60
+
If you recently [upgraded](https://dash.cloudflare.com/?to=/:account/workers/plans) to the [Workers Paid plan](/workers/platform/pricing/) but still encounter the 10-minute per day limit, redeploy your Worker to ensure your usage is correctly associated with the new plan.
0 commit comments