Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 22, 2023
1 parent fde2336 commit de4c142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Servers/Reverb/Console/Commands/StartServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ protected function scheduleCleanup(LoopInterface $loop): void
{
$loop->addPeriodicTimer(60, function () {
// Output::info('Pruning Stale Connections');
// PruneStaleConnections::dispatch();
PruneStaleConnections::dispatch();

// Output::info('Pinging Inactive Connections');
// PingInactiveConnections::dispatch();
PingInactiveConnections::dispatch();
});
}
}

0 comments on commit de4c142

Please sign in to comment.