Skip to content

Commit 273bc62

Browse files
committed
Update scheduler
1 parent 9aef74a commit 273bc62

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
@@ -30,7 +30,7 @@ protected function schedule(Schedule $schedule)
3030

3131
$schedule->command('absent:user')->daily();
3232

33-
$schedule->command('horizon:snapshot')->everyFiveMinutes();
33+
$schedule->command('horizon:snapshot')->hourly();
3434

3535
$schedule->command('websockets:clean')->daily();
3636
}

0 commit comments

Comments
 (0)