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 /integration-test/src/test/resources/application.yml | |
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 'integration-test/src/test/resources/application.yml')
-rw-r--r-- | integration-test/src/test/resources/application.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index d1307cd6c0..f77cb02f7a 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -195,7 +195,6 @@ ncmp: parallelism-level: 1 model-loader: - subscription: true maximum-attempt-count: 20 servlet: |