> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/adjust-concurrent-connections-and-timeout.md).

# Adjust concurrent connections and timeout

***

## Adjust concurrent connections and timeout using the control panel

Under the **Advanced** tab of the load balancer, you can adjust the number of concurrent connections that the listener should be able to handle. Use the slider to adjust the maximum number of connections the load balancer can manage.

<figure><img src="/files/JdTp3fgIAuh4w0EJBfkM" alt=""><figcaption></figcaption></figure>

If you have multiple listeners, you can adjust them individually under this tab. You can also configure timeout values for the load balancer here.

*Client Timeout* is the maximum time in seconds that the load balancer waits for the client (e.g., the web browser).

*Connect Timeout* is the time in seconds for establishing TCP connections.

*Response Timeout* is the maximum time in seconds that the load balancer waits for a response from the target (server).

## Adjust concurrent connections and timeout using the API

Use the [loadbalancer/editfrontend](https://github.com/GleSYS/API-docs/wiki/API-Documentation#loadbalancereditfrontend) endpoint of the [API](/platform/control-panel/api.md) to edit the client timeout and the maximum number of connections. Use the [loadbalancer/editbackend](https://github.com/GleSYS/API-docs/wiki/API-Documentation#loadbalancereditbackend) endpoint to edit the connect timeout and response timeout.


---

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

```
GET https://docs.glesys.com/products/connectivity/load-balancer/how-tos/adjust-concurrent-connections-and-timeout.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.
