Skip to content

Commit 1f47eda

Browse files
committed
Run 'pterodactyl:cleanservices' twice a day to prevent a huge file buildup
1 parent cfd5e0e commit 1f47eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ protected function schedule(Schedule $schedule)
3434
{
3535
$schedule->command('pterodactyl:tasks')->everyMinute()->withoutOverlapping();
3636
$schedule->command('pterodactyl:tasks:clearlog')->twiceDaily(3, 15);
37+
$schedule->command('pterodactyl:cleanservices')->twiceDaily(1, 13);
3738
}
3839
}

0 commit comments

Comments
 (0)