21682f7056
global maxconn value is based on the connection-limit of the listeners of a LB, but it includes the connection-limit of disabled listeners. Disabled listeners are now skipped. Closes-Bug: #2024371 Change-Id: I45500d618b307f740b8e692c49f5efdd27dc10a0
7 lines
227 B
YAML
7 lines
227 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed the global number of concurrent connections in haproxy when disabling
|
|
listeners. The connection-limit of disabled listeners was used to compute
|
|
this value, disabled listeners are now skipped.
|