enh(tsdb): increase the capacity for return data.
This commit is contained in:
parent
0e08cc16c5
commit
15181eb14b
|
@ -4242,7 +4242,7 @@ int32_t tsdbReaderOpen2(void* pVnode, SQueryTableDataCond* pCond, void* pTableLi
|
|||
SVnodeCfg* pConf = &(((SVnode*)pVnode)->config);
|
||||
|
||||
int32_t capacity = pConf->tsdbCfg.maxRows;
|
||||
capacity = 8192; // for debug purpose
|
||||
capacity = 16384; // for debug purpose
|
||||
if (pResBlock != NULL) {
|
||||
blockDataEnsureCapacity(pResBlock, capacity);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue