From 557404338f8867f8253f82526b43313e669550e0 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 17 Oct 2024 14:55:49 +0100 Subject: Release notes and documentation updates for 3.5.4 - Release notes update - Update openapi info.version to 3.5.4 - Update scheduled-tasks docs to reflect changes in retry mechanism - Update deployment docs to update configurable timer parameters - Remove unused locked-module-sync.sleep-time-ms Issue-ID: CPS-2457 Signed-off-by: danielhanrahan Change-Id: Ieb559bbfe348848c4b8669410861edfeeb6c9bf3 --- cps-application/src/main/resources/application.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'cps-application') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index cf9c4fb009..3789e92b08 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -228,8 +228,6 @@ ncmp: timers: advised-modules-sync: sleep-time-ms: 5000 - locked-modules-sync: - sleep-time-ms: 15000 cm-handle-data-sync: sleep-time-ms: 30000 subscription-forwarding: -- cgit 1.2.3-korg