Reduced waiting time.
This commit is contained in:
parent
bdc2664ee2
commit
e7ca1d2465
@ -217,7 +217,7 @@ void posixHandler::wait() const
|
||||
|
||||
struct timespec ts;
|
||||
ts.tv_sec = 0;
|
||||
ts.tv_nsec = 150000000; // 150 ms
|
||||
ts.tv_nsec = 500000; // 500 microseconds
|
||||
|
||||
nanosleep(&ts, NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user