This commit is contained in:
邓皓元 2019-01-16 18:41:37 +08:00
parent c07e82904b
commit 0db8cf91b5
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ class MongoSync extends Command
protected $description = '同步卡基础信息数据';
protected $limit = 1000;
protected $limit = 100;
const CURSOR_KEY = 'sync_mongo_cursor';

View File

@ -21,7 +21,7 @@ class CardSync extends Command
const CURSOR_KEY = 'sync_card_cursor';
protected $limit = 1000;
protected $limit = 100;
public function handle()
{

View File

@ -24,7 +24,7 @@ class LogSync extends Command
const CURSOR_KEY = 'sync_log_cursor';
protected $limit = 1000;
protected $limit = 100;
public function handle()
{