From a96d94c7d835010fecbafd05b681aec1f62ecbe5 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Wed, 1 Mar 2023 11:49:18 +0100 Subject: [PATCH] sync openbooks --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index e84cfd4d..38e19d44 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -25,7 +25,7 @@ class Kernel extends ConsoleKernel $schedule->call(new PruneStaleAttachments) ->daily(); $schedule->command(SyncOpenBooks::class) - ->dailyAt('04:00'); + ->hourlyAt(15); $schedule->command(ReadAndSyncPodcastFeeds::class) ->dailyAt('04:30'); $schedule->command(CleanupLoginKeys::class)