disable hb

This commit is contained in:
dapan1121 2022-04-14 11:48:59 +08:00
parent a823535f27
commit d90dbe6c6e
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ int hbMgrInit() {
hbMgrInitHandle();
// init backgroud thread
hbCreateThread();
//hbCreateThread();
return 0;
}