fix bug
This commit is contained in:
parent
0a291d3d36
commit
ddf6b297e9
|
@ -1490,7 +1490,7 @@ int32_t taosCheckGlobalCfg() {
|
|||
tsHttpPort = tsServerPort + TSDB_PORT_HTTP;
|
||||
|
||||
if (tsQueryBufferSize >= 0) {
|
||||
tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576;
|
||||
tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576UL;
|
||||
}
|
||||
|
||||
taosPrintGlobalCfg();
|
||||
|
|
Loading…
Reference in New Issue