diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-08-20 15:05:26 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-08-24 14:42:12 +0100 |
commit | 4bd0c9befe3256958d6f0a862dde4973dcedda9b (patch) | |
tree | b060bcb62b9f7c49bf968b894d68c7865887bc68 /packages/policy-clamp-tarball/src/main | |
parent | bf06e83f40cdbfcfc1428040bf8fa58a518cdea4 (diff) |
Intermittent issue in event handling between Cl runtime and participants
Issue-ID: POLICY-3544
Change-Id: I40c5dc537b17986d01ab0d213e7ea7c9cdb7d59e
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'packages/policy-clamp-tarball/src/main')
-rw-r--r-- | packages/policy-clamp-tarball/src/main/resources/etc/ClRuntimeParameters.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/policy-clamp-tarball/src/main/resources/etc/ClRuntimeParameters.yaml b/packages/policy-clamp-tarball/src/main/resources/etc/ClRuntimeParameters.yaml index 3970d15f1..0aa3fb782 100644 --- a/packages/policy-clamp-tarball/src/main/resources/etc/ClRuntimeParameters.yaml +++ b/packages/policy-clamp-tarball/src/main/resources/etc/ClRuntimeParameters.yaml @@ -24,12 +24,10 @@ runtime: participantClStateChangeIntervalSec: 1000 participantParameters: heartBeatMs: 120000 + maxMessageAgeMs: 600000 updateParameters: - maxRetryCount: 1 - maxWaitMs: 30000 - stateChangeParameters: - maxRetryCount: 1 - maxWaitMs: 30000 + maxRetryCount: 3 + maxWaitMs: 100000 databaseProviderParameters: name: PolicyProviderParameterGroup implementation: org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl |