Skip to content

Commit

Permalink
修改错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Jun 20, 2018
1 parent e9fc30b commit f888160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/crontab/commands/AssemblyLineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getTaskService()
// 执行模式
'mode' => \mix\task\TaskExecutor::MODE_ASSEMBLY_LINE,
// 左进程数
'leftProcess' => 1, // 定时任务类型,如果不为1,底层为自动调整为1
'leftProcess' => 1, // 定时任务类型,如果不为1,底层将自动调整为1
// 中进程数
'centerProcess' => 5,
// 右进程数
Expand Down
2 changes: 1 addition & 1 deletion apps/crontab/commands/PushCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getTaskService()
// 执行模式
'mode' => \mix\task\TaskExecutor::MODE_PUSH,
// 左进程数
'leftProcess' => 1, // 定时任务类型,如果不为1,底层为自动调整为1
'leftProcess' => 1, // 定时任务类型,如果不为1,底层将自动调整为1
// 中进程数
'centerProcess' => 5,
// 任务超时时间 (秒)
Expand Down

0 comments on commit f888160

Please sign in to comment.