sync openbooks

This commit is contained in:
HolgerHatGarKeineNode
2023-03-01 11:49:18 +01:00
parent 23a50622cb
commit a96d94c7d8

View File

@@ -25,7 +25,7 @@ class Kernel extends ConsoleKernel
$schedule->call(new PruneStaleAttachments) $schedule->call(new PruneStaleAttachments)
->daily(); ->daily();
$schedule->command(SyncOpenBooks::class) $schedule->command(SyncOpenBooks::class)
->dailyAt('04:00'); ->hourlyAt(15);
$schedule->command(ReadAndSyncPodcastFeeds::class) $schedule->command(ReadAndSyncPodcastFeeds::class)
->dailyAt('04:30'); ->dailyAt('04:30');
$schedule->command(CleanupLoginKeys::class) $schedule->command(CleanupLoginKeys::class)