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-application | |
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-application')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 1d3f5013e2..02902de689 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -183,4 +183,7 @@ ncmp: modules-sync-watchdog:
async-executor:
- parallelism-level: 10
\ No newline at end of file + parallelism-level: 10
+
+ model-loader:
+ subscription: false
\ No newline at end of file |