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

# Prevenção de limitação do SharePoint

{% hint style="info" %}
Este recurso está disponível no KONNEKT 2.2 ou mais recente
{% endhint %}

Esta política controla com que frequência o KONNEKT atualiza os dados do SharePoint. Ela limita as solicitações geradas por ciclos de atualização aprimorados, por exemplo, ao atualizar as coleções de sites às quais um usuário tem acesso.

## Política

Você pode carregar esta política no Editor de Política ou no Intune com o nosso [ADMX](/pt/configuration/management-options/settings-via-gpo.md#admx-file).

Nome da política (GPO e Intune): `Prevenção de limitação do SharePoint`

Configurações disponíveis:

* `Ativado`
  * `Detecção automática` (padrão)\
    O KONNEKT decidirá sobre as medidas ativas.
  * `Baixo`\
    A prevenção de limitação ocorre apenas em caso de eventos de limitação.
  * `Médio`\
    Mais dados são armazenados em cache do que em Baixo para evitar solicitações desnecessárias ao SharePoint Online.
  * `Alto`\
    A prevenção de limitação tem a prioridade mais alta. Algumas alterações de outros clientes (por exemplo, novas bibliotecas ou novos arquivos/pastas) podem ser atualizadas com atraso (até 24 horas).
* `Desativado`\
  A prevenção de limitação padrão entra em vigor

{% hint style="warning" %}
O SharePoint Online monitora a limitação em vários níveis. Pela nossa experiência, o nível Tenant é o mais importante para o KONNEKT.

Por isso, a prevenção de limitação torna-se efetiva se **TODOS** Os clientes do KONNEKT no seu tenant usam o mesmo nível de prevenção. Por exemplo: definir esta política apenas como "alto" em alguns clientes pode não ter efeito algum. Defina todos como "alto" se você estiver enfrentando limitação ao usar o KONNEKT.
{% endhint %}

## Definição manual no registo

{% hint style="info" %}
Não precisa disto se usar gestão por GPO ou Intune.
{% endhint %}

* **Nome do valor:** `LimitaçãoSharePoint`
* **Tipo de valor:** `REG_DWORD`
* **Dados do valor**
  * `0` => Detecção automática (padrão)
  * `1` => Baixo
  * `2` => Médio
  * `3` => Alto
* Valor **armazenado** em:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    ou
  * `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/pt/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.
