From ba1b6d7c64c3ecbe556eb1cbdb2d87687dac8829 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 18 Dec 2023 11:55:51 +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 96537a950e..9810190aa0 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 = 120; +static int32_t FAST_FAILURE_LIMIT = 3; typedef struct SHttpModule { uv_loop_t* loop; SAsyncPool* asyncPool;