We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11c580c + d2e696c commit 8359301Copy full SHA for 8359301
1 file changed
Queue/Backend/Sentinel.php
@@ -39,7 +39,7 @@ protected function connect()
39
40
if (!empty($master)) {
41
if (!class_exists('\Redis') && $this->timeout == 0) {
42
- $this->timeout === 0.05;
+ $this->timeout = 0.05;
43
}
44
45
$client = new \Credis_Client($master[0], $master[1], $this->timeout, $persistent = false, $this->database, $this->password);
0 commit comments