change fast failure time

This commit is contained in:
yihaoDeng 2023-12-18 14:08:37 +08:00
parent ba1b6d7c64
commit e0210ad513
1 changed files with 1 additions and 1 deletions

View File

@ -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;