We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c0697 commit cec2964Copy full SHA for cec2964
src/Curl/MultiCurl.php
@@ -1144,7 +1144,6 @@ private function hasRequestQuota()
1144
private function waitUntilRequestQuotaAvailable()
1145
{
1146
$sleep_until = $this->currentStartTime + $this->intervalSeconds;
1147
- $sleep_until_relative = $sleep_until - $this->currentStartTime;
1148
$sleep_seconds = $sleep_until - microtime(true);
1149
1150
// Avoid using time_sleep_until() as it appears to be less precise and not sleep long enough.
0 commit comments