From ebf0b06342d991ef8bc60d109520e23386bb3169 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Tue, 18 Mar 2025 10:59:16 +0000 Subject: [PATCH] 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 --- dmi-stub/dmi-stub-service/src/main/resources/application.yml | 3 --- 1 file changed, 3 deletions(-) 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: -- 2.16.6