Skip to content

Commit 75b8bbe

Browse files
committed
dbal transport
1 parent fd72fdb commit 75b8bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/dbal/DbalConsumer.php

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function getQueue()
7878
*/
7979
public function receive($timeout = 0)
8080
{
81+
$timeout /= 1000;
8182
$startAt = microtime(true);
8283

8384
while (true) {

0 commit comments

Comments
 (0)