Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 24, 2023
1 parent 2d58477 commit 0d1f67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channels/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function broadcast(array $payload, Connection $except = null): void
Arr::except($payload, 'except')
);

$chunks = array_chunk($this->connections(), 500);
$chunks = array_chunk($this->connections(), 100);

foreach ($chunks as $connections) {
foreach ($connections as $connection) {
Expand Down

0 comments on commit 0d1f67c

Please sign in to comment.