This commit is contained in:
Kekskurse 2021-02-10 01:42:59 +01:00
parent 14837a1f7e
commit 9db8df719d
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class Kernel extends ConsoleKernel
$schedule->command('exit:read')->everyMinute()->withoutOverlapping();
$schedule->command('theme:scan')->everyMinute()->withoutOverlapping();
$schedule->command("server:set")->everyMinute()->withoutOverlapping();
$schedule->command("server:update-cache")->everyMinute()->withoutOverlapping(60*60*24);
}
/**