nextMicrotime

This commit is contained in:
邓皓元 2018-12-25 17:08:47 +08:00
parent ec493cadb6
commit c6c5d6f81a

View File

@ -45,7 +45,7 @@ class MongoSync extends Command
$page = 1;
while ($total) {
echo $page . PHP_EOL;
echo $nextMicrotime . PHP_EOL;
$res = $query->offset(($page - 1) * $this->limit)->limit($this->limit)->get();
$values = [];