Fixed unneeded 1s wait for all requests.

This commit is contained in:
Thulinma 2015-03-05 11:39:09 +01:00
parent 5fa57f1c22
commit bd012b3b35

View file

@ -939,8 +939,10 @@ namespace IPC {
}
}
}
if (offsetOnPage == -1){
Util::wait(500);
}
}
free(empty);
}