aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application/src
diff options
context:
space:
mode:
authorDylanB95EST <dylan.byrne@est.tech>2022-05-06 10:43:58 +0100
committerDylanB95EST <dylan.byrne@est.tech>2022-05-10 15:38:28 +0100
commit34fdca8bce06ae78b5593956d11fe5dbe3daf965 (patch)
tree083bcc15134e06c867dd787c74a75bf4f1e76f78 /cps-application/src
parent7f47110ca5c7f3f8f8b42a5ad8178d1dbe300923 (diff)
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 <dylan.byrne@est.tech>
Diffstat (limited to 'cps-application/src')
-rw-r--r--cps-application/src/main/resources/application.yml3
1 files changed, 3 insertions, 0 deletions
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