> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/it/knowledge-base/how-to-articles/prevent-sql-timeouts.md).

# Prevenire i timeout SQL

La gestione di molte voci in una singola operazione o un numero elevato di utenti connessi potrebbe generare messaggi di errore di timeout SQL con Devolutions Server. La seguente modifica dei parametri avanzati del database può aiutare a evitare i timeout SQL.

1. Il primo da considerare è la ***Dimensione massima del pool di connessioni***. Aumentare tale parametro a 1000 invece del valore predefinito 100 aiuterà ad aumentare il numero di connessioni al database possibili.
2. Il secondo parametro è il ***Timeout di connessione***, che può essere aumentato a 30 secondi. In questo modo il sistema attenderà 30 secondi prima di generare un'eccezione.
3. L'ultimo è il ***Numero di tentativi di connessione***, poiché ripeterà ogni ritardo di ***Timeout di connessione*** prima di generare un errore. Impostandolo su 5, l'istanza di Devolutions Server attenderà 150 secondi prima di generare un timeout SQL.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLSCONSOLE4000_2024_1.png" alt=""><figcaption></figcaption></figure>

Per maggiori informazioni su questi parametri, consulti [Database – Impostazioni avanzate](/server/it/devolutions-server-console/devolutions-server-settings/database/advanced-settings.md).


---

# 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.devolutions.net/server/it/knowledge-base/how-to-articles/prevent-sql-timeouts.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.
