diff --git a/articles/refitter-file-format.html b/articles/refitter-file-format.html index a0b0ae4..344ccef 100644 --- a/articles/refitter-file-format.html +++ b/articles/refitter-file-format.html @@ -142,7 +142,8 @@

.Refitter File format

"AuthorizationMessageHandler", "TelemetryMessageHandler" ], - "usePolly": true, // Optional. Set this to true, to configure Polly with a retry policy that uses a jittered backoff. Default=false + "usePolly": true, // DEPRECATED - Use "transientErrorHandler": "None|Polly|HttpResilience" instead + "transientErrorHandler": "HttpResilience", // Optional. Set this to configure transient error handling with a retry policy that uses a jittered backoff. May be one of None, Polly, HttpResilience "maxRetryCount": 3, // Optional. Default=6 "firstBackoffRetryInSeconds": 0.5 // Optional. Default=1.0 }, @@ -216,7 +217,8 @@

Descriptions