We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
?? 1
1 parent 91e01b8 commit e1ecaf9Copy full SHA for e1ecaf9
src/Consumer.php
@@ -47,7 +47,7 @@ public function setConsumerTag(string $value): void
47
48
public function setMaxPriority(int $value): void
49
{
50
- $this->maxPriority = $value ?? 1;
+ $this->maxPriority = $value;
51
}
52
53
public function setPrefetchSize(int $value): void
0 commit comments