🎈perf(CMakeLists.txt,hos_client.cpp): 降低fd管理模块导致的cpu高占用率

This commit is contained in:
彭宣正
2021-03-05 16:24:45 +08:00
parent 2def391ac0
commit c9f7a9e434
2 changed files with 2 additions and 2 deletions

View File

@@ -628,7 +628,7 @@ static void *hos_fd_manage(void *ptr)
}
}
}
usleep(1000);
usleep(500000);
}
pthread_exit(NULL);
}