diff options
author | 2025-01-29 18:35:15 +0000 | |
---|---|---|
committer | 2025-02-04 10:24:58 +0000 | |
commit | e08721866f0792ea830d05c415758ce98a7a9b14 (patch) | |
tree | 6fac984083dc3253c0d91cc3dc1f65d9c947fa37 /integration-test/src | |
parent | 59f1cc4c5994da34f2c48a2347499f9cfb7bd836 (diff) |
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 <daniel.hanrahan@est.tech>
Change-Id: I1557fc8348d39da3654a1b92944c6ad49fa8670d
Diffstat (limited to 'integration-test/src')
-rw-r--r-- | integration-test/src/test/resources/application.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |