Skip to content

Commit 3a81ea7

Browse files
committed
fix(throttling): add sleep between lock checks
1 parent e14184d commit 3a81ea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CurlRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ protected static function processRequest($ch, $url)
152152
},
153153

154154
function () {
155+
usleep(250000);
155156
});
156157

157158
if (isset($output)) {

0 commit comments

Comments
 (0)