Skip to content
Snippets Groups Projects
Commit cdb1c813 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added a little delay if no blocking call will be made

parent 2eb70f67
Branches
No related tags found
1 merge request!1531Development
......@@ -106,6 +106,8 @@ class RequestFetcher extends Command
}
if (!$active && !$answerRead) {
$blocking = true;
} else {
usleep(50 * 1000);
}
}
} finally {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment