summaryrefslogtreecommitdiff
path: root/src/hos_client.cpp
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2021-03-05 16:24:45 +0800
committer彭宣正 <[email protected]>2021-03-05 16:24:45 +0800
commitc9f7a9e434f75ccec70cdf7689288e47a1ea71d4 (patch)
tree323a0768a1ff05ec68fd7a949b7ccc331c870442 /src/hos_client.cpp
parent2def391ac0e7f1fb3a2799852a4903e7b5ac96e4 (diff)
🎈perf(CMakeLists.txt,hos_client.cpp): 降低fd管理模块导致的cpu高占用率v1.0.11
Diffstat (limited to 'src/hos_client.cpp')
-rw-r--r--src/hos_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hos_client.cpp b/src/hos_client.cpp
index 39ac257b..b6009b9f 100644
--- a/src/hos_client.cpp
+++ b/src/hos_client.cpp
@@ -628,7 +628,7 @@ static void *hos_fd_manage(void *ptr)
}
}
}
- usleep(1000);
+ usleep(500000);
}
pthread_exit(NULL);
}