Commit 85667ba1 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x' into 2.2.x

See gh-19473
parents 6ea522a9 c0f1aaeb
......@@ -390,7 +390,7 @@ public class ServerProperties {
* given time. Once the limit has been reached, the operating system may still
* accept connections based on the "acceptCount" property.
*/
private int maxConnections = 10000;
private int maxConnections = 8192;
/**
* Maximum queue length for incoming connection requests when all possible request
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment