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

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

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

## **ソフト制限**

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

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

一部の操作は、リクエスト数がソフト制限を下回るまで延期されます。&#x20;

## **ハード制限**

ハード制限に達すると、クライアントは 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: 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:

```
GET https://docs.konnekt.io/ja/configuration/system-settings/surottoringu/surottoringukuraianto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
