From 3b6982e5b164f8293c15044c6750914cc1bbed2d Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Tue, 29 Nov 2022 10:23:47 +0800 Subject: [PATCH] change paramter --- source/common/src/tglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index 02703dd0a1..0540776987 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -90,7 +90,7 @@ bool tsKeepColumnName = false; int32_t tsRedirectPeriod = 100; int32_t tsRedirectFactor = 1; int32_t tsRedirectMaxPeriod = 10000; -int32_t tsMaxRetryWaitTime = 60000; +int32_t tsMaxRetryWaitTime = 60000 * 2; /* * denote if the server needs to compress response message at the application layer to client, including query rsp,