provider
This commit is contained in:
@@ -23,7 +23,7 @@ class StaticGenerator
|
||||
public function recordIterator(callable $query, callable $parser, int $skip = 0): int
|
||||
{
|
||||
$limit = 100;
|
||||
logger("fetching $skip");
|
||||
// logger("fetching $skip");
|
||||
|
||||
$records = $query($limit, $skip);
|
||||
$parser($records);
|
||||
|
||||
Reference in New Issue
Block a user