Skip to content

Commit 81365ea

Browse files
committed
修正代码
1 parent 6a854a4 commit 81365ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/Partial/WorkermanBaseQueueConsumerPartial.php

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ public function start(?int $co = null): void
2424
{
2525
$this->working = true;
2626
$config = $this->imiQueue->getQueueConfig($this->name);
27-
if (null === $co)
28-
{
29-
$co = $config->getCo();
30-
}
3127
$queue = $this->imiQueue->getQueue($this->name);
3228
do
3329
{

0 commit comments

Comments
 (0)