DaanHoogland commented on code in PR #10710:
URL: https://github.com/apache/cloudstack/pull/10710#discussion_r2309264906


##########
server/src/test/java/com/cloud/vpc/MockConfigurationManagerImpl.java:
##########
@@ -96,6 +96,14 @@
 
 @Component
 public class MockConfigurationManagerImpl extends ManagerBase implements 
ConfigurationManager, ConfigurationService {
+    public static final ConfigKey<Integer> NETWORK_LB_HAPROXY_MAX_CONN = new 
ConfigKey<>(
+            "Network",
+            Integer.class,
+            "network.loadbalancer.haproxy.max.conn",
+            "4096",
+            "Load Balancer(haproxy) maximum number of concurrent 
connections(global max)",
+            true,
+            ConfigKey.Scope.Global);

Review Comment:
   move to configuration manager



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to