Stuff
This commit is contained in:
parent
14837a1f7e
commit
9db8df719d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue