From 7b1410968e66f7d692eec2bcc977eb4a6ca0204b Mon Sep 17 00:00:00 2001 From: Angira Kekteeva Date: Thu, 17 Nov 2022 13:17:06 +0400 Subject: [PATCH] [#236] Fix config example Signed-off-by: Angira Kekteeva --- config/config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.env b/config/config.env index b66dae0..c92306a 100644 --- a/config/config.env +++ b/config/config.env @@ -86,7 +86,7 @@ HTTP_GW_REQUEST_TIMEOUT=5s # Interval to check nodes health. HTTP_GW_REBALANCE_TIMER=30s # The number of errors on connection after which node is considered as unhealthy -S3_GW_POOL_ERROR_THRESHOLD=100 +HTTP_GW_POOL_ERROR_THRESHOLD=100 # Enable zip compression to download files by common prefix. HTTP_GW_ZIP_COMPRESSION=false