change fast failure time

This commit is contained in:
yihaoDeng 2023-12-18 11:55:51 +08:00
parent 93f3a3135f
commit ba1b6d7c64
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 = 120;
static int32_t FAST_FAILURE_LIMIT = 3;
typedef struct SHttpModule {
uv_loop_t* loop;
SAsyncPool* asyncPool;