100
This commit is contained in:
parent
c07e82904b
commit
0db8cf91b5
@ -17,7 +17,7 @@ class MongoSync extends Command
|
||||
|
||||
protected $description = '同步卡基础信息数据';
|
||||
|
||||
protected $limit = 1000;
|
||||
protected $limit = 100;
|
||||
|
||||
const CURSOR_KEY = 'sync_mongo_cursor';
|
||||
|
||||
|
@ -21,7 +21,7 @@ class CardSync extends Command
|
||||
|
||||
const CURSOR_KEY = 'sync_card_cursor';
|
||||
|
||||
protected $limit = 1000;
|
||||
protected $limit = 100;
|
||||
|
||||
public function handle()
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ class LogSync extends Command
|
||||
|
||||
const CURSOR_KEY = 'sync_log_cursor';
|
||||
|
||||
protected $limit = 1000;
|
||||
protected $limit = 100;
|
||||
|
||||
public function handle()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user