合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !3272
正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -15,7 +15,6 @@ class Kernel extends ConsoleKernel | @@ -15,7 +15,6 @@ class Kernel extends ConsoleKernel | ||
| 15 | */ | 15 | */ |
| 16 | protected function schedule(Schedule $schedule) | 16 | protected function schedule(Schedule $schedule) |
| 17 | { | 17 | { |
| 18 | - $schedule->command('sync_file')->everyThirtyMinutes()->withoutOverlapping(1);//每半小时执行同步 | ||
| 19 | // 每日更新最新模块 | 18 | // 每日更新最新模块 |
| 20 | $schedule->command('template_label')->dailyAt('01:00')->withoutOverlapping(1);//最新模块 | 19 | $schedule->command('template_label')->dailyAt('01:00')->withoutOverlapping(1);//最新模块 |
| 21 | $schedule->command('popular_template_label')->dailyAt('01:30')->withoutOverlapping(1);//热门模块 | 20 | $schedule->command('popular_template_label')->dailyAt('01:30')->withoutOverlapping(1);//热门模块 |
-
请 注册 或 登录 后发表评论