aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-07-24 10:46:25 +0100
committerAdheli Tavares <adheli.tavares@est.tech>2023-08-09 10:06:36 +0000
commitcdfcca42051c92ce54e85e6658ede5a75fa15540 (patch)
tree0c68fc7335f75f27f020a3bb2a0f9e0e48dc343c
parentf3799ed65ff87768e5703ed00ff31407cae407d7 (diff)
Fix docker config for participant offline issue
Issue-ID: POLICY-4770 Signed-off-by: rameshiyer <ramesh.murugan.iyer@est.tech> Change-Id: I18c43fd8cf613367794c3ddf27e32437e64193ed (cherry picked from commit f966d179d4ba10550ad053de07aca394117e0151)
-rw-r--r--compose/config/clamp/AcRuntimeParameters.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml
index dc7b6b92..6f8d5dcf 100644
--- a/compose/config/clamp/AcRuntimeParameters.yaml
+++ b/compose/config/clamp/AcRuntimeParameters.yaml
@@ -42,10 +42,7 @@ server:
runtime:
participantParameters:
heartBeatMs: 20000
- maxStatusWaitMs: 100000
- updateParameters:
- maxRetryCount: 3
- maxWaitMs: 20000
+ maxStatusWaitMs: 200000
topicParameterGroup:
topicSources:
-