cfmgrv4 init...3
This commit is contained in:
parent
9ec54c8566
commit
cd62171712
@ -79,7 +79,7 @@ abstract class CloudflareService extends CommonService
|
||||
}
|
||||
for ($i = $page + 1; $i <= $total_page; $i++) {
|
||||
// API 제한을 고려한 지연 추가
|
||||
usleep(100000); // 0.1초 대기
|
||||
// usleep(100000); // 0.1초 대기
|
||||
$response = $this->reload_page($uri, $i, $per_page);
|
||||
$body = json_decode($response->getBody());
|
||||
foreach ($body->result as $result) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user