6 lines
155 B
YAML
6 lines
155 B
YAML
server:
|
|
jetty:
|
|
threads:
|
|
max: 10 # Maximum number of request processing threads
|
|
min: 5 # Minimum number of threads always kept running
|