diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-09-22 09:31:25 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2021-09-22 15:29:39 +0000 |
commit | 3b9768ebb116a49aed649927d162dbdcdfa7fffe (patch) | |
tree | f5f4026adfa7832cc0bb466c620040ac69b5365e /runtime-controlloop/src/main/resources | |
parent | b428105b44d0504b05a0b93894bef97e5ab7e8b4 (diff) |
Fix startPhase in runtime and participants
Issue-ID: POLICY-3677
Change-Id: I78635928086cc39fc3539925052e06b657b249c2
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/src/main/resources')
-rw-r--r-- | runtime-controlloop/src/main/resources/application.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime-controlloop/src/main/resources/application.yaml b/runtime-controlloop/src/main/resources/application.yaml index 96c340491..50c063fb3 100644 --- a/runtime-controlloop/src/main/resources/application.yaml +++ b/runtime-controlloop/src/main/resources/application.yaml @@ -26,7 +26,7 @@ runtime: heartBeatMs: 20000 maxStatusWaitMs: 100000 updateParameters: - maxRetryCount: 3 + maxRetryCount: 4 maxWaitMs: 20000 databaseProviderParameters: name: PolicyProviderParameterGroup |