Commit 13e3d452 authored by EvgenyKovalev's avatar EvgenyKovalev

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
parent 98d160dc
......@@ -50,6 +50,7 @@ return array(
'iron' => array(
'driver' => 'iron',
'host' => 'mq-aws-us-east-1.iron.io',
'project' => 'your-project-id',
'token' => 'your-token',
'queue' => 'your-queue-name',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment