This commit is contained in:
dapan1121 2021-01-28 14:09:42 +08:00
parent 0a291d3d36
commit ddf6b297e9
1 changed files with 1 additions and 1 deletions

View File

@ -1490,7 +1490,7 @@ int32_t taosCheckGlobalCfg() {
tsHttpPort = tsServerPort + TSDB_PORT_HTTP;
if (tsQueryBufferSize >= 0) {
tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576;
tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576UL;
}
taosPrintGlobalCfg();