diff --git a/backend/components/installer/src/main/resources/application.properties b/backend/components/installer/src/main/resources/application.properties index c946d66392..fe4b81e79b 100644 --- a/backend/components/installer/src/main/resources/application.properties +++ b/backend/components/installer/src/main/resources/application.properties @@ -7,5 +7,5 @@ thpool.core-pool-size=${REQUESTED_CPU} thpool.max-pool-size=${LIMIT_CPU} thpool.queue-capacity=${QUEUE_CAPACITY:0} -retry.maxAttempts=${RETRY_MAX_ATTEMPTS:20} +retry.maxAttempts=${RETRY_MAX_ATTEMPTS:200} retry.maxDelay=${RETRY_MAX_DELAY:500}