未验证 提交 e9735e9a 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #8945 from taosdata/fix/TS-816

[TS-816]<fix>: query cannot stop in windows
......@@ -138,7 +138,7 @@ do { \
uint64_t queryHandleId = 0;
int32_t getMaximumIdleDurationSec() {
return tsShellActivityTimer * 2;
return tsShellActivityTimer * 10;
}
int64_t genQueryId(void) {
int64_t uid = 0;
......
......@@ -220,6 +220,7 @@ bool qTableQuery(qinfo_t qinfo, uint64_t *qId) {
if (isQueryKilled(pQInfo)) {
qDebug("QInfo:0x%"PRIx64" it is already killed, abort", pQInfo->qId);
pQInfo->runtimeEnv.outputBuf = NULL;
return doBuildResCheck(pQInfo);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册