mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-04-26 02:00:32 -05:00
Increase Matchmaking interval to reduce the chance of 1v4 games until new matchmaking is here.
This commit is contained in:
parent
ea0ab25d08
commit
e39a17162d
4
dist/app/Console/Kernel.php
vendored
4
dist/app/Console/Kernel.php
vendored
|
|
@ -13,8 +13,8 @@ class Kernel extends ConsoleKernel
|
|||
protected function schedule(Schedule $schedule): void
|
||||
{
|
||||
$schedule->command('model:prune')->daily();
|
||||
$schedule->command('matchmaking:process')->everyFiveSeconds();
|
||||
$schedule->command('matchmaking:cleanup')->everyFifteenSeconds();
|
||||
$schedule->command('matchmaking:process')->everyTwentySeconds();
|
||||
$schedule->command('matchmaking:cleanup')->everyThirtySeconds();
|
||||
$schedule->command('app:generate-timed-challenges')->daily();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user