diff --git a/src/Web/WebMVC/appsettings.json b/src/Web/WebMVC/appsettings.json index d728eeb6f..161e247a6 100644 --- a/src/Web/WebMVC/appsettings.json +++ b/src/Web/WebMVC/appsettings.json @@ -22,6 +22,6 @@ "ApplicationInsights": { "InstrumentationKey": "" }, - "HttpClientRetryCount": 6, - "HttpClientExceptionsAllowedBeforeBreaking": 5 + "HttpClientRetryCount": 8, + "HttpClientExceptionsAllowedBeforeBreaking": 7 } \ No newline at end of file