Update queue.php
This option is already supported in 'Illuminate/Queue/Connectors/IronConnector.php' Having this option hidden works well only for North America. However for EU having it set to EU servers give 5X boost in network performance with iron.io
This commit is contained in:
parent
98d160dc5b
commit
13e3d45265
|
@ -50,6 +50,7 @@
|
|||
|
||||
'iron' => array(
|
||||
'driver' => 'iron',
|
||||
'host' => 'mq-aws-us-east-1.iron.io',
|
||||
'project' => 'your-project-id',
|
||||
'token' => 'your-token',
|
||||
'queue' => 'your-queue-name',
|
||||
|
|
Loading…
Reference in New Issue