From 34fdca8bce06ae78b5593956d11fe5dbe3daf965 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Fri, 6 May 2022 10:43:58 +0100 Subject: Watchdog Process-Make Configurable Make time configurable for the watchdog process. Add documentation outlining this. Issue-ID: CPS-875 Change-Id: I1307c82d02789097efda1ba981eb1fd36c9efc38 Signed-off-by: DylanB95EST --- cps-application/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cps-application/src/main/resources') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 138f4e188..00424a587 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -137,3 +137,6 @@ ncmp: password: ${DMI_PASSWORD} api: base-path: dmi + timers: + advised-modules-sync: + sleep-time-ms: 30000 \ No newline at end of file -- cgit 1.2.3-korg