mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-29 06:51:30 -05:00
add: peer batching
This commit is contained in:
@@ -23,6 +23,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule): void
|
||||
{
|
||||
$schedule->command('auto:insert_peers')->everyMinute();
|
||||
$schedule->command('auto:group ')->daily();
|
||||
$schedule->command('auto:nerdstat ')->hourly();
|
||||
$schedule->command('auto:graveyard')->daily();
|
||||
|
||||
Reference in New Issue
Block a user