Skip to content

Commit

Permalink
调整默认刷新频率
Browse files Browse the repository at this point in the history
  • Loading branch information
WangNingkai committed Jun 13, 2019
1 parent 68fd767 commit eef036a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function schedule(Schedule $schedule)
// $schedule->command('inspire')
// ->hourly();
$schedule->command('od:refresh')->everyThirtyMinutes();
$schedule->command('od:cache')->everyTenMinutes();
$schedule->command('od:cache')->everyFifteenMinutes();
}

/**
Expand Down

0 comments on commit eef036a

Please sign in to comment.