enh: set useDefaultEpset

This commit is contained in:
yihaoDeng 2022-05-25 13:19:21 +08:00
parent cca2bcdb28
commit f75bcdf4b2
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ static SCliThrdObj* createThrdObj() {
pThrd->timer.data = pThrd; pThrd->timer.data = pThrd;
pThrd->pool = createConnPool(4); pThrd->pool = createConnPool(4);
pThrd->useDefaultEpSet = false;
transDQCreate(pThrd->loop, &pThrd->delayQueue); transDQCreate(pThrd->loop, &pThrd->delayQueue);
pThrd->quit = false; pThrd->quit = false;