| Name | Default | Description |
| {@code requestLog} | The {@link RequestLogFactory request log} configuration. | |
| {@code gzip} | The {@link GzipFilterFactory GZIP} configuration. | |
| {@code maxThreads} | 1024 | The maximum number of threads to use for requests. |
| {@code minThreads} | 8 | The minimum number of threads to use for requests. |
| {@code maxQueuedRequests} | 1024 | The maximum number of requests to queue before blocking the acceptors. |
| {@code idleThreadTimeout} | 1 minute | The amount of time a worker thread can be idle before being stopped. |
| {@code nofileSoftLimit} | (none) | The number of open file descriptors before a soft error is issued. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code nofileHardLimit} | (none) | The number of open file descriptors before a hard error is issued. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code gid} | (none) | The group ID to switch to once the connectors have started. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code uid} | (none) | The user ID to switch to once the connectors have started. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code user} | (none) | The username to switch to once the connectors have started. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code group} | (none) | The group to switch to once the connectors have started. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code umask} | (none) | The umask to switch to once the connectors have started. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code startsAsRoot} | (none) | Whether or not the Dropwizard application is started as a root user. Requires Jetty's {@code libsetuid.so} on {@code java.library.path}. |
| {@code shutdownGracePeriod} | 30 seconds | The maximum time to wait for Jetty, and all Managed instances, to cleanly shutdown before forcibly terminating them. |
| |
| |
| |
| |
| |