fix: revert the change of qworkder dump flag

This commit is contained in:
slzhou 2022-05-16 21:32:52 +08:00
parent 7bb38bed2f
commit 959fd4336a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include "tmsg.h" #include "tmsg.h"
#include "tname.h" #include "tname.h"
SQWDebug gQWDebug = {.statusEnable = true, .dumpEnable = false}; SQWDebug gQWDebug = {.statusEnable = true, .dumpEnable = true};
SQWorkerMgmt gQwMgmt = { SQWorkerMgmt gQwMgmt = {
.lock = 0, .lock = 0,
.qwRef = -1, .qwRef = -1,