From 520dc2cf66a6355217ee0cff7505f6bfd3621d44 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Wed, 6 Jul 2022 13:54:01 +0100 Subject: 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 --- cps-application/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-application') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index d16e97770..e0fb7ef15 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 -- cgit 1.2.3-korg