Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPGuus authored and taylorotwell committed Nov 25, 2022
1 parent 00a12e2 commit 1ec9648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Listener.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function listen($connection, $queue, ListenerOptions $options)

while (true) {
$this->runProcess($process, $options->memory);
if($options->rest) {
if ($options->rest) {
sleep($options->rest);
}
}
Expand Down

0 comments on commit 1ec9648

Please sign in to comment.