forked from Alex/Pterodactyl-Panel
Run 'pterodactyl:cleanservices' twice a day to prevent a huge file buildup
This commit is contained in:
parent
cfd5e0e854
commit
1f47eda3b3
@ -34,5 +34,6 @@ class Kernel extends ConsoleKernel
|
||||
{
|
||||
$schedule->command('pterodactyl:tasks')->everyMinute()->withoutOverlapping();
|
||||
$schedule->command('pterodactyl:tasks:clearlog')->twiceDaily(3, 15);
|
||||
$schedule->command('pterodactyl:cleanservices')->twiceDaily(1, 13);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user