1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00

Run 'pterodactyl:cleanservices' twice a day to prevent a huge file buildup

This commit is contained in:
Dane Everitt 2016-11-09 17:59:57 -05:00
parent cfd5e0e854
commit 1f47eda3b3
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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);
}
}