patch
This commit is contained in:
parent
8303603a23
commit
449aaea0f0
|
@ -154,6 +154,7 @@ void taos_init_imp(void) {
|
||||||
if (tscNumOfThreads < 2) {
|
if (tscNumOfThreads < 2) {
|
||||||
tscNumOfThreads = 2;
|
tscNumOfThreads = 2;
|
||||||
}
|
}
|
||||||
|
taosTmrThreads = tscNumOfThreads;
|
||||||
|
|
||||||
tscQhandle = taosInitScheduler(queueSize, tscNumOfThreads, "tsc");
|
tscQhandle = taosInitScheduler(queueSize, tscNumOfThreads, "tsc");
|
||||||
if (NULL == tscQhandle) {
|
if (NULL == tscQhandle) {
|
||||||
|
|
Loading…
Reference in New Issue