Skip to content

Commit

Permalink
Add trial req/s limit
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Oct 3, 2024
1 parent a382e80 commit 1fd741a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions components/plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ const PlansView: FunctionComponent<{
to payment you agree to our{' '}
<Link href={'/privacy/'}>privacy policy</Link> and{' '}
<Link href={'/terms/'}>terms of service</Link>.<br /> 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.
<br />
<sup>1</sup> See the{' '}
<Link href={'/pricing/#faq'}>FAQ of our Cloud plans</Link> for
Expand Down Expand Up @@ -709,7 +709,10 @@ const PlansView: FunctionComponent<{
<td className='text-center'>Custom</td>
</tr>
<tr>
<td>Request rate limit</td>
<td>
Request rate limit{' '}
<InfoTooltip text='During trial, the request rate limit is 1 request per second.'></InfoTooltip>
</td>
<td className='text-center'>
{pricing.SOLO.deployReqSQuota}/sec
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Some **quotas and limits apply** to the cloud deployment feature. Here are the m
- **Solo plan**:
- 1 cloud deployment.
- 50&nbsp;000 requests per month.
- 3 requests per second.
- 3 requests per second (1 request per second during trial).
- **Team plan**:
- 3 cloud deployments.
- 100&nbsp;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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Some **quotas and limits apply** to the cloud deployment feature. Here are the m
- **Solo plan**:
- 1 cloud deployment.
- 50&nbsp;000 requests per month.
- 3 requests per second.
- 3 requests per second (1 request per second during trial).
- **Team plan**:
- 3 cloud deployments.
- 100&nbsp;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.

Expand Down

0 comments on commit 1fd741a

Please sign in to comment.