From: halil.cakal Date: Tue, 18 Mar 2025 10:59:16 +0000 (+0000) Subject: Remove jetty.threads.max property #1 X-Git-Tag: 1.7.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F140492%2F1;p=cps%2Fncmp-dmi-plugin.git Remove jetty.threads.max property #1 - since the default value of jetty.threads.max is 200, no need to limit it with 25 threads only. - also, the k6 tests will open more parallel connections to match FS requirement for 200K Issue-ID: CPS-2625 Change-Id: Ie61ce8d0d2c52d02105e6f5d83f411279d504636 Signed-off-by: halil.cakal --- diff --git a/dmi-stub/dmi-stub-service/src/main/resources/application.yml b/dmi-stub/dmi-stub-service/src/main/resources/application.yml index 541cd6b1..09edb13e 100644 --- a/dmi-stub/dmi-stub-service/src/main/resources/application.yml +++ b/dmi-stub/dmi-stub-service/src/main/resources/application.yml @@ -17,9 +17,6 @@ # ============LICENSE_END========================================================= server: port: 8092 - jetty: - threads: - max: 25 rest: api: