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"