mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
mempool weather added
This commit is contained in:
@@ -23,7 +23,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule): void
|
||||
{
|
||||
$schedule->command(CacheRecommendedFees::class)->hourly();
|
||||
$schedule->command(CacheRecommendedFees::class)->everyFourHours();
|
||||
$schedule->call(new PruneStaleAttachments)
|
||||
->daily();
|
||||
$schedule->command(SyncOpenBooks::class)
|
||||
|
||||
Reference in New Issue
Block a user