From ee2c0dfd7923231662d8c268adec31bdf9dfb383 Mon Sep 17 00:00:00 2001 From: boban Date: Sat, 25 Oct 2025 13:29:48 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/Ui/System/UpdateCard.php | 2 +- routes/console.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Livewire/Ui/System/UpdateCard.php b/app/Livewire/Ui/System/UpdateCard.php index 77a8981..01a24dc 100644 --- a/app/Livewire/Ui/System/UpdateCard.php +++ b/app/Livewire/Ui/System/UpdateCard.php @@ -39,7 +39,7 @@ class UpdateCard extends Component $this->state = 'running'; } } - + protected function reloadVersionsAndStatus(): void { $this->current = $this->readCurrentVersion(); diff --git a/routes/console.php b/routes/console.php index 37c551d..9ef772e 100644 --- a/routes/console.php +++ b/routes/console.php @@ -15,4 +15,4 @@ Schedule::command('mailwolt:check-updates')->everytwoMinutes(); Schedule::command('mail:update-stats')->everyFiveMinutes()->withoutOverlapping(); Schedule::command('health:probe-disk', ['target' => '/', '--ttl' => 900])->everyTenMinutes(); -Schedule::command('health:collect')->everyMinute(); +Schedule::command('health:collect')->everyTenSeconds();