mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
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…
x
Reference in New Issue
Block a user