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

# Prevenção de limitação de taxa (do lado do cliente)

{% hint style="info" %}
Esta funcionalidade está disponível no KONNEKT 2.11 ou posterior
{% endhint %}

Além da política "[Prevenção de limitação do SharePoint](/pt/configuration/system-settings/throttling-prevention/sharepoint-throttling-prevention.md)", um cliente KONNEKT pode ser sujeito a limitação ativa. Esta definição aplica-se a pastas e ficheiros.

## **Limite suave**

Quando o limite suave for atingido, o cliente limitará os pedidos GraphAPI iniciando a limitação:

* A maioria das operações será limitada durante 2 segundos.
* O nível de prevenção de limitação mudará para ALTO

Algumas operações serão adiadas até que a quantidade de pedidos desça abaixo do limite suave.

## **Limite rígido**

Quando o limite rígido for atingido, o cliente deixará de enviar quaisquer pedidos GraphAPI. A aplicação KONNEKT apresentará um erro até que o fim da janela de tempo seja atingido.

## **Como utilizá-lo**

Os administradores podem configurar esta política ativando-a e definindo os seguintes parâmetros:

<table><thead><tr><th width="272">Nome</th><th>Valor predefinido</th><th>Descrição</th></tr></thead><tbody><tr><td>ClientThrottlingTimeWindow</td><td>300</td><td>Duração, em segundos, ao longo da qual a limitação e as unidades de recurso são medidas. (0 desativa a limitação no lado do cliente)</td></tr><tr><td>ClientThrottlingSoftLimit</td><td>250</td><td>Número de unidades de recurso que acionam o limite suave no lado do cliente. (0 desativa o limite suave)</td></tr><tr><td>ClientThrottlingHardLimit</td><td>0</td><td>Número de unidades de recurso que acionam o limite rígido. (0 desativa o limite rígido)</td></tr></tbody></table>

## Definição manual no registo

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

A política consiste em dois componentes no registo:

1. **Valor** (ativar a funcionalidade)
2. **Chave com valor por mapeamento** (descrever cada mapeamento individualmente)
3. **Valor**

* **Nome do valor:** `ClientThrottling`
* **Tipo de valor:** `REG_DWORD`
* **Dados do valor:** `1` (para ativar a funcionalidade)
* Valor **armazenado** em:
  * `HKEY_CURRENT_USER\SOFTWARE\Policies\glueckkanja\Konnekt`\
    ou
  * `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\glueckkanja\Konnekt`

2. **Chave com valor por definição -** p. ex. `ClientThrottlingTimeWindow`

* **Nome do valor:** `ClientThrottlingTimeWindow`
* **Tipo de valor:** `REG_DWORD`
* **Dados do valor:** `300` (duração em segundos)
* Chave **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/throttling-prevention-client-side.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.
