Skip to content

Commit 2851ebd

Browse files
committed
redid
1 parent 467048c commit 2851ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/redis/RedisConnectionFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ private function defaultConfig(): array
165165
'predis_options' => null,
166166
'ssl' => null,
167167
'redelivery_delay' => 300,
168-
'consume_strategy' => self::CONSUME_STRATEGY_BLOCKING,
168+
'consume_strategy' => self::CONSUME_STRATEGY_NON_BLOCKING,
169169
];
170170
}
171171
}

0 commit comments

Comments
 (0)