blob: a0113a62fb4e75c53ffedd1877d0aa0cd4fb18c6 [file] [log] [blame]
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
[description]
Enable a server wide connection limit
[tags]
connector
[depend]
server
[xml]
etc/jetty-connectionlimit.xml
[ini-template]
## The limit of connections to apply
#jetty.connectionlimit.maxConnections=1000
## The idle timeout to apply (in milliseconds) when connections are limited
#jetty.connectionlimit.idleTimeout=1000