diff options
Diffstat (limited to 'src/hos_client.cpp')
| -rw-r--r-- | src/hos_client.cpp | 2 |
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); } |
