# SharePoint スロットリング防止

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

この「[更新頻度制御](/ja/configuration/system-settings/surottoringu/sharepoint-throttling-prevention.md)」ポリシーは、更新サイクルを強化して「SharePoint のスロットリング防止」要求を制限します。たとえば、ユーザーのサイト コレクションの更新などです。

## ポリシー

このポリシーは、Policy Editor または Intune で [ADMX](/ja/configuration/management-options/settings-via-gpo.md#admx-file).

ポリシー名 (GPO と Intune): `Sharepoint Throttling Prevention`

利用可能な設定:

* `有効`
  * `自動検出` (既定)\
    KONNEKT が有効な対策を判断します。
  * `低`\
    スロットリング防止は、スロットリング イベントが発生した場合にのみ行われます。
  * `中`\
    SharePoint Online への不要な要求を防ぐため、低よりも多くのデータがキャッシュされます。
  * `高`\
    スロットリング防止が最優先で適用されます。ほかのクライアントからの一部の変更（たとえば、新しいライブラリや新しいファイル/フォルダー）は、遅れて更新される場合があります（最大 24 時間）。
* `無効`\
  既定のスロットリング防止が適用されます

{% hint style="warning" %}
SharePoint Online は、複数のレベルでスロットリングを監視します。私たちの経験では、テナント レベルが KONNEKT にとって最も重要です。

そのため、次の場合にスロットリング防止が有効になります。 **すべて** テナント内のすべての KONNEKT クライアントが同じ防止レベルを使用していること。たとえば、このポリシーを一部のクライアントだけ「高」に設定しても、まったく効果がない場合があります。KONNEKT の使用中にスロットリングが発生する場合は、すべてを「高」に設定してください。
{% endhint %}

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

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

* **値の名前:** `SharepointThrottling`
* **値の種類:** `REG_DWORD`
* **値データ**
  * `0` => 自動検出 (既定)
  * `1` => 低
  * `2` => 中
  * `3` => 高
* 値 **格納されます** 場所:
  * `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/sharepoint-throttling-prevention.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.
