This commit is contained in:
ayntk-ai
2024-08-06 11:32:37 +02:00
parent 93322dc3cf
commit d9edb1c72f
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ class Kernel extends ConsoleKernel
private function scheduleUpdates($schedule)
{
$settings = InstanceSettings::get();
$updateCheckFrequency = $settings->update_check_frequency ?? '0 0 * * *';
$schedule->job(new CheckForUpdatesJob())->cron($updateCheckFrequency)->onOneServer();