Skip to content

Commit

Permalink
Changed default namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
agoat committed Mar 7, 2019
1 parent a70ff3c commit feb2787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport/RedisTransportFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function createTransport(string $dsn, array $options): TransportInterface
$channel = $options['channel'] ?? 'default';
$group = $options['group'] ?? 'default';
$consumer = $options['consumer'] ?? \gethostname();
$namespace = $options['namespace'] ?? 'ns';
$namespace = $options['namespace'] ?? 'message';
$timeout = $options['timeout'] ?? 30;
$count = $options['count'] ?? 1;

Expand Down

0 comments on commit feb2787

Please sign in to comment.