change fast failure time
This commit is contained in:
parent
93f3a3135f
commit
ba1b6d7c64
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
static int32_t httpRefMgt = 0;
|
static int32_t httpRefMgt = 0;
|
||||||
static int64_t httpRef = -1;
|
static int64_t httpRef = -1;
|
||||||
static int32_t FAST_FAILURE_LIMIT = 120;
|
static int32_t FAST_FAILURE_LIMIT = 3;
|
||||||
typedef struct SHttpModule {
|
typedef struct SHttpModule {
|
||||||
uv_loop_t* loop;
|
uv_loop_t* loop;
|
||||||
SAsyncPool* asyncPool;
|
SAsyncPool* asyncPool;
|
||||||
|
|
Loading…
Reference in New Issue