Adjust concurrent connections and timeout

Adjust concurrent connections and timeout values to tweak your load balancer to suit your needs.


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.

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 endpoint of the API to edit the client timeout and the maximum number of connections. Use the loadbalancer/editbackend endpoint to edit the connect timeout and response timeout.

Last updated

Was this helpful?