We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd5e0e commit 1f47edaCopy full SHA for 1f47eda
app/Console/Kernel.php
@@ -34,5 +34,6 @@ protected function schedule(Schedule $schedule)
34
{
35
$schedule->command('pterodactyl:tasks')->everyMinute()->withoutOverlapping();
36
$schedule->command('pterodactyl:tasks:clearlog')->twiceDaily(3, 15);
37
+ $schedule->command('pterodactyl:cleanservices')->twiceDaily(1, 13);
38
}
39
0 commit comments