You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tomcat has such a property named server.tomcat.max-connections already. We should add one for Jetty, too. We can use the ConnectionLimit class for limiting the connections.
The text was updated successfully, but these errors were encountered:
Tomcat has such a property named
server.tomcat.max-connections
already. We should add one for Jetty, too. We can use theConnectionLimit
class for limiting the connections.The text was updated successfully, but these errors were encountered: