Skip to content

Commit eef036a

Browse files
committed
调整默认刷新频率
1 parent 68fd767 commit eef036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function schedule(Schedule $schedule)
2929
// $schedule->command('inspire')
3030
// ->hourly();
3131
$schedule->command('od:refresh')->everyThirtyMinutes();
32-
$schedule->command('od:cache')->everyTenMinutes();
32+
$schedule->command('od:cache')->everyFifteenMinutes();
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)