> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/ja/configuration/system-settings/throttling-prevention/throttling-prevention-client-side.md).

# スロットリング防止（クライアント側）

{% hint style="info" %}
この機能は KONNEKT 2.11 以降で利用できます
{% endhint %}

ポリシー「[SharePoint のスロットリング防止](/ja/configuration/system-settings/throttling-prevention/sharepoint-throttling-prevention.md)」、KONNEKT クライアントは能動的にスロットリングできます。この設定はフォルダーとファイルに適用されます。

## **ソフトリミット**

ソフトリミットに達すると、クライアントはスロットリングを開始して GraphAPI リクエストを制限します：

* ほとんどの操作は 2 秒間スロットリングされます。
* スロットリング防止レベルは HIGH に切り替わります

一部の操作は、リクエスト数がソフトリミットを下回るまで延期されます。

## **ハードリミット**

ハードリミットに達すると、クライアントは GraphAPI リクエストの送信を停止します。KONNEKT アプリには、時間枠が終了するまでエラーが表示されます。

## **使い方**

管理者は、このポリシーを有効にし、次のパラメーターを設定することで構成できます：

<table><thead><tr><th width="272">名前</th><th>既定値</th><th>説明</th></tr></thead><tbody><tr><td>ClientThrottlingTimeWindow</td><td>300</td><td>スロットリングとリソース単位を測定する期間（秒）。(0 でクライアント側のスロットリングを無効にします)</td></tr><tr><td>ClientThrottlingSoftLimit</td><td>250</td><td>クライアント側のソフトリミットを発動するリソース単位数。(0 でソフトリミットを無効にします)</td></tr><tr><td>ClientThrottlingHardLimit</td><td>0</td><td>ハードリミットを発動するリソース単位数。(0 でハードリミットを無効にします)</td></tr></tbody></table>

## レジストリでの手動設定

{% hint style="info" %}
GPO または Intune 管理を使用する場合は、これは不要です。
{% endhint %}

このポリシーはレジストリ内の2つの構成要素から成ります:

1. **値** （機能を有効化する）
2. **各割り当てごとの値を持つキー** （各割り当てを個別に記述する）
3. **値**

* **値名:** `ClientThrottling`
* **値の種類:** `REG_DWORD`
* **値データ:** `1` （機能を有効化するため）
* 値 **保存される** 先:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    または
  * `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`

2. **設定ごとの値を持つキー -** 例: `ClientThrottlingTimeWindow`

* **値名:** `ClientThrottlingTimeWindow`
* **値の種類:** `REG_DWORD`
* **値データ:** `300` （秒単位の期間）
* キー **保存される** 先:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    または
  * `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.konnekt.io/ja/configuration/system-settings/throttling-prevention/throttling-prevention-client-side.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
