nextMicrotime
This commit is contained in:
parent
ec493cadb6
commit
c6c5d6f81a
@ -45,7 +45,7 @@ class MongoSync extends Command
|
|||||||
$page = 1;
|
$page = 1;
|
||||||
|
|
||||||
while ($total) {
|
while ($total) {
|
||||||
echo $page . PHP_EOL;
|
echo $nextMicrotime . PHP_EOL;
|
||||||
$res = $query->offset(($page - 1) * $this->limit)->limit($this->limit)->get();
|
$res = $query->offset(($page - 1) * $this->limit)->limit($this->limit)->get();
|
||||||
|
|
||||||
$values = [];
|
$values = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user