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:
EvgenyKovalev
2014-02-19 03:24:55 +03:00
parent 98d160dc5b
commit 13e3d45265

View File

@@ -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',