Merge pull request #24108 from taosdata/fix/resetHttp30

change fast failure time
This commit is contained in:
Haojun Liao 2023-12-18 16:23:41 +08:00 committed by GitHub
commit 01f4912584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = 1;
typedef struct SHttpModule {
uv_loop_t* loop;
SAsyncPool* asyncPool;