Queue name, default queue name.

This commit is contained in:
James Cole 2016-02-24 20:51:50 +01:00
parent a1f79e58db
commit bcaca0eca3

View File

@ -45,7 +45,7 @@ return [
'beanstalkd' => [ 'beanstalkd' => [
'driver' => 'beanstalkd', 'driver' => 'beanstalkd',
'host' => 'localhost', 'host' => 'localhost',
'queue' => 'firefly', 'queue' => 'default',
'ttr' => 60, 'ttr' => 60,
], ],