# Mejorar el rendimiento de la Hoja de cálculo 501 en Central Manager

Puede mejorar el rendimiento de **Hoja de cálculo 501: Solicitar inventario completo** haciendo pequeños cambios en el **RMHCentral.config** archivo:

1. Vaya a **C:\ProgramData\RetailHero\RMH Central Server**.
2. Abra el **RMHCentral.config** archivo.
3. Agregue la siguiente línea de texto al final del archivo de configuración: `<item key="WS501PageSize" value="100" />`

{% hint style="info" %}
El valor predeterminado del sistema es enviar 500 elementos en un lote. Puede usar esta línea en el archivo de configuración para anular el valor predeterminado. Establezca un valor más bajo, por ejemplo 100, si tiene menos ancho de banda y necesita enviar menos elementos en un lote.
{% endhint %}

4. Haga clic en **Archivo** | **Guardar**.
5. Reinicie **Servidor central**.
6. Reiniciar cada **Cliente 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-worksheet-501.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.
