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

# Prevención de limitación de velocidad de SharePoint

{% hint style="info" %}
Esta función está disponible en KONNEKT 2.2 o superior
{% endhint %}

Esta directiva controla con qué frecuencia KONNEKT actualiza los datos de SharePoint. Limita las solicitudes generadas por ciclos de actualización mejorados, por ejemplo al actualizar las colecciones de sitios a las que un usuario tiene acceso.

## Directiva

Puede cargar esta directiva en Policy Editor o Intune con nuestro [ADMX](/es/configuration/management-options/settings-via-gpo.md#admx-file).

Nombre de la directiva (GPO e Intune): `Prevención de limitación de SharePoint`

Configuraciones disponibles:

* `Habilitado`
  * `Autodetección` (predeterminado)\
    KONNEKT decidirá las medidas activas.
  * `Baja`\
    La prevención de limitación solo se activa en caso de eventos de limitación.
  * `Media`\
    Se almacena en caché más datos que en Baja para evitar solicitudes innecesarias a SharePoint Online.
  * `Alta`\
    La prevención de limitación tiene la máxima prioridad. Algunos cambios de otros clientes (p. ej., nuevas bibliotecas o nuevos archivos/carpetas) pueden actualizarse con retraso (hasta 24 horas).
* `Deshabilitado`\
  Se aplica la prevención de limitación predeterminada

{% hint style="warning" %}
SharePoint Online supervisa la limitación en varios niveles. Por nuestra experiencia, el nivel Tenant es el más importante para KONNEKT.

Por eso, la prevención de limitación se vuelve efectiva si **TODOS** los clientes de KONNEKT en su Tenant usan el mismo nivel de prevención. Por ejemplo: configurar esta directiva solo en "high" en algunos clientes puede no tener ningún efecto. Configure todos en "high" si experimenta limitación mientras usa KONNEKT.
{% endhint %}

## Configuración manual en el registro

{% hint style="info" %}
No necesita esto si usa administración mediante GPO o Intune.
{% endhint %}

* **Nombre del valor:** `SharepointThrottling`
* **Tipo de valor:** `REG_DWORD`
* **Datos de valor**
  * `0` => Autodetección (predeterminado)
  * `1` => Baja
  * `2` => Media
  * `3` => Alta
* Valor **almacenado** en:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    o
  * `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/es/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.
