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;