Commit de196d76 authored by Dominik Charousset's avatar Dominik Charousset

GCC still doesn't support this_thread::wait_for

parent 04fd4a14
...@@ -784,7 +784,7 @@ void middleman::operator()(int pipe_fd, middleman_queue& queue) { ...@@ -784,7 +784,7 @@ void middleman::operator()(int pipe_fd, middleman_queue& queue) {
// there's not much we can do other than try again // there's not much we can do other than try again
// sleep some time in hope someone releases memory // sleep some time in hope someone releases memory
// while we are sleeping // while we are sleeping
this_thread::sleep_for(chrono::milliseconds(10)); //this_thread::yield();
break; break;
} }
case EBADF: { case EBADF: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment