> 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/sharepoint-throttling-prevention.md).

# SharePoint のスロットリング防止

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

このポリシーは、KONNEKTがSharePointデータをどの頻度で更新するかを制御します。これは、拡張更新サイクルによって生成されるリクエストを制限します。たとえば、ユーザーがアクセス権を持つサイト コレクションを更新する場合などです。

## ポリシー

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

ポリシー名（GPO & Intune）: `SharePoint スロットリング防止`

使用可能な設定:

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

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

そのため、スロットリング防止は次の場合に有効になります、 **すべて** Tenant 内のKONNEKTクライアントが、同じ防止レベルを使用していること。たとえば、一部のクライアントでこのポリシーを「high」に設定するだけでは、まったく効果がない場合があります。KONNEKT 使用時にスロットリングが発生する場合は、すべてを「high」に設定してください。
{% 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
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/sharepoint-throttling-prevention.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.
