diff options
author | 2025-02-05 18:17:54 +0000 | |
---|---|---|
committer | 2025-02-05 18:17:54 +0000 | |
commit | 8b363bf1e6455a6ad8ce9662814943b3ac7cae8e (patch) | |
tree | 389ee12b8029ce378d82095cc0099d111971afd1 /integration-test/src/test | |
parent | 05305b747336ef9ce98dfa36364663387e1ac5c9 (diff) | |
parent | e08721866f0792ea830d05c415758ce98a7a9b14 (diff) |
Merge "Remove multithreading from module sync watchdog"
Diffstat (limited to 'integration-test/src/test')
-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 95e1c4141e..e213a70a59 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -190,10 +190,6 @@ ncmp: trust-level: dmi-availability-watchdog-ms: 30000 - modules-sync-watchdog: - async-executor: - parallelism-level: 2 - model-loader: maximum-attempt-count: 20 |