From 18ebdd1974431f730d6bc3414b2b51d6f4782d00 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Mon, 3 Mar 2025 10:33:31 +0300 Subject: [PATCH] [config] Add 3 retries to callbackUrl request by default(services.CoAuthoring.callbackBackoffOptions.retries) --- Common/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/config/default.json b/Common/config/default.json index e33a8ef4..f45c74f4 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -500,7 +500,7 @@ } }, "callbackBackoffOptions": { - "retries": 0, + "retries": 3, "timeout":{ "factor": 2, "minTimeout": 1000,