From 1488235fd16acea66b0e18be5a8ebcfea2282f9a Mon Sep 17 00:00:00 2001 From: almog8k Date: Sun, 17 May 2026 12:39:46 +0300 Subject: [PATCH] fix: update httpRetry delay configuration format --- config/custom-environment-variables.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/custom-environment-variables.json b/config/custom-environment-variables.json index 31a6d8c..11aaa93 100644 --- a/config/custom-environment-variables.json +++ b/config/custom-environment-variables.json @@ -67,10 +67,7 @@ "__name": "HTTP_RETRY_ATTEMPTS", "__format": "number" }, - "delay": { - "__name": "HTTP_RETRY_DELAY", - "__format": "number" - }, + "delay": "HTTP_RETRY_DELAY", "shouldResetTimeout": { "__name": "HTTP_RETRY_SHOULD_RESET_TIMEOUT", "__format": "boolean"