Skip to content

Commit 280631b

Browse files
committed
fix: change daily update command time to 0:30
1 parent aa2f017 commit 280631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
->runInBackground()
1616
->sentryMonitor();
1717
if (config('app.auto_update')) {
18-
Schedule::command('simpede:update')->dailyAt('1:00')
18+
Schedule::command('simpede:update')->dailyAt('0:30')
1919
->withoutOverlapping()
2020
->runInBackground()
2121
->timezone(config('app.schedule_timezone'))

0 commit comments

Comments
 (0)