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,7 +939,9 @@ namespace IPC {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Util::wait(500);
|
if (offsetOnPage == -1){
|
||||||
|
Util::wait(500);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
free(empty);
|
free(empty);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue