diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2024-02-23 10:35:37 +0000 |
---|---|---|
committer | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-02-23 15:50:08 +0000 |
commit | ffb7ec84c0a491a26d05ad1017efb1b5fbacf735 (patch) | |
tree | 3932c9b7bef27a7978cba6f079fe99dc20832b62 /cps-application | |
parent | b8e677fa9a3ca3657b004f34742e6c8664dad3ec (diff) |
Remove subscriptionModelLoader flag
- removed the flag as the functionality around model loader is stable
now
- removed the config parameter from the application yaml file as well
Issue-ID: CPS-2112
Change-Id: Ie4e3317c0689615b900dcd9bbf1896bc3a5f37b3
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index e56e0e13cb..9f03fc2708 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -200,7 +200,6 @@ ncmp: parallelism-level: 10 model-loader: - subscription: true maximum-attempt-count: 20 # Custom Hazelcast Config. |