aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2023-06-19 11:14:12 +0100
committerLiam Fallon <liam.fallon@est.tech>2023-06-23 08:35:30 +0000
commit012d85236d4450e47a3ce854e43bdc8fe33d80ed (patch)
treea1ee8919ce6a18c677cc2b8e533db268bfd0cb1f /packages
parentbd74cd0db2289695fa9514d9d4a4079ed87f3fa1 (diff)
Remove retry count support in ACM
Due the new timeout implementation, the Retry Count support could be removed. Issue-ID: POLICY-4735 Change-Id: I3b9c50a761696e00bcd1ca73dafa382c481e921d Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech> (cherry picked from commit a111b9631ec8a1eb3d108e21ebdac8a667cd4362)
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml b/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml
index c4c68f477..a8e45ff0a 100644
--- a/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml
+++ b/packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml
@@ -41,9 +41,6 @@ runtime:
participantParameters:
heartBeatMs: 20000
maxStatusWaitMs: 100000
- updateParameters:
- maxRetryCount: 3
- maxWaitMs: 20000
topicParameterGroup:
topicSources:
-