diff --git a/components/plans.tsx b/components/plans.tsx index ccfe5f74..20d1e5a7 100644 --- a/components/plans.tsx +++ b/components/plans.tsx @@ -642,8 +642,8 @@ const PlansView: FunctionComponent<{ to payment you agree to our{' '} privacy policy and{' '} terms of service.
The free - trial is available once per user and requires a valid payment - method. + trial is available once per user, has a lower request rate limit + (see below) and requires a valid payment method.
1 See the{' '} FAQ of our Cloud plans for @@ -709,7 +709,10 @@ const PlansView: FunctionComponent<{ Custom - Request rate limit + + Request rate limit{' '} + + {pricing.SOLO.deployReqSQuota}/sec diff --git a/content/docs/latest/mockoon-cloud/api-mock-cloud-deployments.md b/content/docs/latest/mockoon-cloud/api-mock-cloud-deployments.md index 421f1bed..5761e459 100644 --- a/content/docs/latest/mockoon-cloud/api-mock-cloud-deployments.md +++ b/content/docs/latest/mockoon-cloud/api-mock-cloud-deployments.md @@ -68,11 +68,11 @@ Some **quotas and limits apply** to the cloud deployment feature. Here are the m - **Solo plan**: - 1 cloud deployment. - 50 000 requests per month. - - 3 requests per second. + - 3 requests per second (1 request per second during trial). - **Team plan**: - 3 cloud deployments. - 100 000 requests per month. - - 5 requests per second. + - 5 requests per second (1 request per second during trial). These quotas and limits are subject to change. Please refer to your [account settings](/account/subscription/) for the latest information. diff --git a/content/docs/v8.3.0/mockoon-cloud/api-mock-cloud-deployments.md b/content/docs/v8.3.0/mockoon-cloud/api-mock-cloud-deployments.md index 84f01526..cd0d419b 100644 --- a/content/docs/v8.3.0/mockoon-cloud/api-mock-cloud-deployments.md +++ b/content/docs/v8.3.0/mockoon-cloud/api-mock-cloud-deployments.md @@ -68,11 +68,11 @@ Some **quotas and limits apply** to the cloud deployment feature. Here are the m - **Solo plan**: - 1 cloud deployment. - 50 000 requests per month. - - 3 requests per second. + - 3 requests per second (1 request per second during trial). - **Team plan**: - 3 cloud deployments. - 100 000 requests per month. - - 5 requests per second. + - 5 requests per second (1 request per second during trial). These quotas and limits are subject to change. Please refer to your [account settings](/account/subscription/) for the latest information.