Fix Tomcat's maxConnections default value

Closes gh-19472
This commit is contained in:
Stephane Nicoll 2019-12-28 10:51:42 +01:00
parent d75efad0de
commit c0f1aaebb6
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,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