> 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/de/configuration/system-settings/drosselungsvermeidung/sharepoint-throttling-prevention.md).

# SharePoint-Drosselungsvermeidung

{% hint style="info" %}
Diese Funktion ist in KONNEKT 2.2 oder neuer verfügbar
{% endhint %}

Diese "[Aktualisierungshäufigkeitssteuerung](/de/configuration/system-settings/drosselungsvermeidung/sharepoint-throttling-prevention.md)"-Richtlinie begrenzt fka als Anfragen zur "SharePoint-Drosselungsvermeidung" durch verbesserte Aktualisierungszyklen, z. B. beim Aktualisieren der Website-Sammlungen der Benutzer.

## Richtlinie

Sie können diese Richtlinie im Policy Editor oder in Intune mit unserer [ADMX](/de/configuration/management-options/settings-via-gpo.md#admx-file).

Richtlinienname (GPO & Intune): `Sharepoint Throttling Prevention`

Verfügbare Einstellungen:

* `Aktiviert`
  * `Automatisch erkennen` (Standard)\
    KONNEKT entscheidet über aktive Maßnahmen.
  * `Niedrig`\
    Drosselungsvermeidung findet nur im Falle von Drosselungsereignissen statt.
  * `Mittel`\
    Es werden mehr Daten zwischengespeichert als bei Niedrig, um unnötige Anfragen an SharePoint Online zu verhindern.
  * `Hoch`\
    Die Drosselungsvermeidung hat die höchste Priorität. Einige Änderungen von anderen Clients (z. B. neue Bibliotheken oder neue Dateien/Ordner) können verzögert aktualisiert werden (bis zu 24 Stunden).
* `Deaktiviert`\
  Standardmäßige Drosselungsvermeidung findet statt

{% hint style="warning" %}
SharePoint Online überwacht Drosselung auf mehreren Ebenen. Nach unserer Erfahrung ist die Mandantenebene für KONNEKT die wichtigste.

Deshalb wird die Drosselungsvermeidung wirksam, wenn **ALLE** KONNEKT-Clients in Ihrem Mandanten dieselbe Vermeidungsstufe verwenden. Beispiel: Diese Richtlinie nur auf einigen Clients auf "hoch" zu setzen, kann möglicherweise überhaupt keinen Effekt haben. Bitte setzen Sie alle auf "hoch", wenn bei der Verwendung von KONNEKT Drosselung auftritt.
{% endhint %}

## Manuelle Einstellung in der Registrierung

{% hint style="info" %}
Sie benötigen dies nicht, wenn Sie GPO- oder Intune-Verwaltung verwenden.
{% endhint %}

* **Wertname:** `SharepointThrottling`
* **Werttyp:** `REG_DWORD`
* **Wertdaten**
  * `0` => Automatisch erkennen (Standard)
  * `1` => Niedrig
  * `2` => Mittel
  * `3` => Hoch
* Wert **gespeichert** in:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt`\
    oder
  * `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/de/configuration/system-settings/drosselungsvermeidung/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.
