summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/http_connection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http_connection.hpp b/http/http_connection.hpp
index d60e74b9a5..83645eeeb7 100644
--- a/http/http_connection.hpp
+++ b/http/http_connection.hpp
@@ -158,7 +158,7 @@ class Connection :
void start()
{
- if (connectionCount >= 100)
+ if (connectionCount >= 200)
{
BMCWEB_LOG_CRITICAL("{}Max connection count exceeded.",
logPtr(this));