Skip to content

Commit 0c99160

Browse files
committed
wiremock-maven-plugin: configure Jetty to consume less resources.
See for details: - http://wiremock.org/docs/configuration/ - http://wiremock.org/docs/running-standalone/ No functional changes.
1 parent 1af0747 commit 0c99160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
http://wiremock.org/docs/running-standalone/
10681068
-->
10691069
<!-- Handy for debugging: add &#45;&#45;verbose option -->
1070-
<params>--port=8888 --disable-banner --no-request-journal</params>
1070+
<params>--port=8888 --disable-banner --no-request-journal --container-threads=4 --jetty-acceptor-threads=1</params>
10711071
</configuration>
10721072
<executions>
10731073
<execution>

0 commit comments

Comments
 (0)