mempool weather added

This commit is contained in:
HolgerHatGarKeineNode
2023-04-03 15:08:27 +02:00
parent 6f6dc47285
commit b434f583bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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)