change paramter
This commit is contained in:
parent
65aa86edec
commit
3b6982e5b1
|
@ -90,7 +90,7 @@ bool tsKeepColumnName = false;
|
||||||
int32_t tsRedirectPeriod = 100;
|
int32_t tsRedirectPeriod = 100;
|
||||||
int32_t tsRedirectFactor = 1;
|
int32_t tsRedirectFactor = 1;
|
||||||
int32_t tsRedirectMaxPeriod = 10000;
|
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,
|
* denote if the server needs to compress response message at the application layer to client, including query rsp,
|
||||||
|
|
Loading…
Reference in New Issue