Skip to content

Commit

Permalink
Removed sleep(2) when doing all() request
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed Mar 3, 2021
1 parent cfdee01 commit 3800b27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Builders/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public function all( $filters = [] ) {

$items = $items->merge( $resp->items );
$page++;
sleep( 2 );

} while ( $page <= $resp->pages );

Expand Down

0 comments on commit 3800b27

Please sign in to comment.