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();