We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd72fdb commit 75b8bbeCopy full SHA for 75b8bbe
pkg/dbal/DbalConsumer.php
@@ -78,6 +78,7 @@ public function getQueue()
78
*/
79
public function receive($timeout = 0)
80
{
81
+ $timeout /= 1000;
82
$startAt = microtime(true);
83
84
while (true) {
0 commit comments