diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2023-03-10 10:07:19 +0000 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2023-03-10 10:07:26 +0000 |
commit | 692f1ceff7934bb60ee9604d70b249c174081a4a (patch) | |
tree | 8ffea61ae1fdffd7d86a15b414203366e1c41fd7 /cps-ncmp-service/src/test/resources | |
parent | ade5a6ecdb8faf1796584810a596725211ea2149 (diff) |
Introduce control switch
- introduced a control switch and keeping it as false due to init issues
Issue-ID: CPS-1537
Change-Id: I8455a5ff6fea09527c6f810ffbc620b4e38c488c
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ncmp-service/src/test/resources')
-rw-r--r-- | cps-ncmp-service/src/test/resources/application.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index e8b4be4bcf..b7dfe86c10 100644 --- a/cps-ncmp-service/src/test/resources/application.yml +++ b/cps-ncmp-service/src/test/resources/application.yml @@ -31,4 +31,7 @@ ncmp: modules-sync-watchdog: async-executor: - parallelism-level: 3
\ No newline at end of file + parallelism-level: 3 + + model-loader: + subscription: true
\ No newline at end of file |