From e0210ad513bd05769274bd648b9e1af6c8403c79 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 18 Dec 2023 14:08:37 +0800 Subject: [PATCH] change fast failure time --- source/libs/transport/src/thttp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/transport/src/thttp.c b/source/libs/transport/src/thttp.c index 9810190aa0..6de10cbb9e 100644 --- a/source/libs/transport/src/thttp.c +++ b/source/libs/transport/src/thttp.c @@ -28,7 +28,7 @@ static int32_t httpRefMgt = 0; static int64_t httpRef = -1; -static int32_t FAST_FAILURE_LIMIT = 3; +static int32_t FAST_FAILURE_LIMIT = 1; typedef struct SHttpModule { uv_loop_t* loop; SAsyncPool* asyncPool;