Remove jetty.threads.max property #1 92/140492/1
authorhalil.cakal <halil.cakal@est.tech>
Tue, 18 Mar 2025 10:59:16 +0000 (10:59 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Tue, 18 Mar 2025 10:59:21 +0000 (10:59 +0000)
- 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 <halil.cakal@est.tech>
dmi-stub/dmi-stub-service/src/main/resources/application.yml

index 541cd6b..09edb13 100644 (file)
@@ -17,9 +17,6 @@
 #  ============LICENSE_END=========================================================
 server:
     port: 8092
-    jetty:
-        threads:
-            max: 25
 
 rest:
     api: