add: peer batching

This commit is contained in:
HDVinnie
2023-01-29 11:48:56 -05:00
parent 315609a74b
commit 5fad5c20d7
4 changed files with 95 additions and 1 deletions
+1
View File
@@ -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();