Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update limits.mdx #1427

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions i18n/ja/docusaurus-plugin-content-docs/current/topics/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /topics/limits
# Momento Topics service quotas

:::info
サービスクォータは、アカウントのサポートプランに直接影響されます。<ins>ソフトリミットとハードリミット</ins>の両方は、プロティアプランとエンタープライズプランで増やすことができます。上限緩和をご希望の場合は、[営業担当までご連絡ください](https://www.gomomento.com/contact-us).
これらの限度額は調整可能です。増額申請を行う前に、お客様のアカウントに[登録済みのお支払い方法](https://console.gomomento.com/account/payment)があることをご確認ください。その後、[当社までご連絡ください](https://www.gomomento.com/contact-us)
:::

## Limits
Expand All @@ -21,8 +21,6 @@ slug: /topics/limits
<th>Resource</th>
<th>Entity</th>
<th>Default</th>
<th>Basic support</th>
<th>Pro support</th>
</tr>
</thead>
<tbody>
Expand All @@ -33,36 +31,26 @@ slug: /topics/limits
<td>Namespace count</td>
<td>region</td>
<td>3</td>
<td>30</td>
<td>300</td>
</tr>
<tr>
<td>Operations per second</td>
<td>region</td>
<td>10</td>
<td>100</td>
<td>1,000</td>
</tr>
<tr>
<td>Concurrent subscriptions</td>
<td>region</td>
<td>100</td>
<td>1,000</td>
<td>10,000</td>
</tr>
<tr>
<td>Number of webhooks</td>
<td>namespace</td>
<td>5</td>
<td>50</td>
<td>500</td>
</tr>
<tr>
<td>Message delivery per second</td>
<td>webhook</td>
<td>5</td>
<td>50</td>
<td>500</td>
</tr>
<tr className="highlightRow">
<td colspan="5"><strong>Hard limits</strong></td>
Expand Down
Loading