diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2022-07-06 13:54:01 +0100 |
---|---|---|
committer | Dylan Byrne <dylan.byrne@est.tech> | 2022-07-07 15:20:04 +0000 |
commit | 520dc2cf66a6355217ee0cff7505f6bfd3621d44 (patch) | |
tree | f07aae9060e51968bbe0b6b936719be25171e6cd /cps-application/src/main/resources | |
parent | 8fd49182aa62b20a779b908f4d412bc85f0d6087 (diff) |
Define Initial Data Sync Enabled Flag and state
- Define the initial Data Sync Cache enabled through
configuration parameter
- Set the data sync enabled flag based on this
- And in turn define the initial sync state of the
Data Sync
Issue-ID: CPS-1119
Change-Id: I43bf03c79481291bf47c9b672f7bf408d789df61
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'cps-application/src/main/resources')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index d16e977704..e0fb7ef153 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -164,3 +164,7 @@ timers: sleep-time-ms: 300000
cm-handle-data-sync:
sleep-time-ms: 30000
+
+data-sync:
+ cache:
+ enabled: false
\ No newline at end of file |