From e08721866f0792ea830d05c415758ce98a7a9b14 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Wed, 29 Jan 2025 18:35:15 +0000 Subject: Remove multithreading from module sync watchdog After introduction of module set tag improvements, there is no need to multithreading in module sync. Performance impact is minimal. Issue-ID: CPS-2165 Signed-off-by: danielhanrahan Change-Id: I1557fc8348d39da3654a1b92944c6ad49fa8670d --- integration-test/src/test/resources/application.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'integration-test/src') diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index 30598dfb90..8ede492ad1 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -189,10 +189,6 @@ ncmp: trust-level: dmi-availability-watchdog-ms: 30000 - modules-sync-watchdog: - async-executor: - parallelism-level: 2 - model-loader: maximum-attempt-count: 20 -- cgit