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,7 +939,9 @@ namespace IPC {
} }
} }
} }
Util::wait(500); if (offsetOnPage == -1){
Util::wait(500);
}
} }
free(empty); free(empty);
} }