We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea3862 commit 5923416Copy full SHA for 5923416
src/Illuminate/Queue/Connectors/RedisConnector.php
@@ -46,7 +46,7 @@ public function connect(array $config)
46
$this->redis, $config['queue'],
47
$config['connection'] ?? $this->connection,
48
$config['retry_after'] ?? 60,
49
- $config['block_for'] ?? 0
+ $config['block_for'] ?? null
50
);
51
}
52
0 commit comments