Merge pull request #24108 from taosdata/fix/resetHttp30
change fast failure time
This commit is contained in:
commit
01f4912584
|
@ -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 = 1;
|
||||||
typedef struct SHttpModule {
|
typedef struct SHttpModule {
|
||||||
uv_loop_t* loop;
|
uv_loop_t* loop;
|
||||||
SAsyncPool* asyncPool;
|
SAsyncPool* asyncPool;
|
||||||
|
|
Loading…
Reference in New Issue