# Mejorar el rendimiento del tiempo de visualización para las listas de artículos en Central Manager

Si utiliza Central Manager desde una ubicación remota para conectarse a la base de datos central y su latencia de red es superior a 20 ms, puede mejorar el rendimiento de Central Manager agregando una línea al **RMH.Central.config** archivo:

1. Vaya a **C:\ProgramData\RetailHero\RMH Central Manager**.
2. Abra el **RMH.Central.config** archivo.
3. Agregue la siguiente línea de texto en cualquier lugar antes de la etiqueta de cierre: `<connectionstring packetsize="32000" />`

<div align="left"><figure><img src="/files/6e7b70900045f8f8872d950316584da652d8a3e0" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
El valor predeterminado de packetsize es 8000.
{% endhint %}

4. Haga clic en **Archivo** | **Guardar**.
5. Reinicie **Administrador central**.


---

# Agent Instructions: 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:

```
GET https://docs.rmhpos.com/es/installation/other-procedures/configuring-performance-item-lists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
