Fixed unneeded 1s wait for all requests.
This commit is contained in:
parent
5fa57f1c22
commit
bd012b3b35
1 changed files with 3 additions and 1 deletions
|
@ -939,8 +939,10 @@ namespace IPC {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (offsetOnPage == -1){
|
||||
Util::wait(500);
|
||||
}
|
||||
}
|
||||
free(empty);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue