fix wrong status type in __all_virtual_thread

This commit is contained in:
nroskill
2023-05-17 16:11:24 +00:00
committed by ob-robot
parent 2054cbdabf
commit b1bb0aefec
27 changed files with 145 additions and 48 deletions

View File

@ -86,7 +86,7 @@ private:
{
lib::set_thread_name("LogLimiterRefresh");
while (!has_set_stop()) {
usleep(100000);
ob_usleep(100000);
limiter_.refresh();
}
}