From 13e3d4526547d241fa4bd9d1d70e156bf16e2264 Mon Sep 17 00:00:00 2001 From: EvgenyKovalev Date: Wed, 19 Feb 2014 03:24:55 +0300 Subject: [PATCH] 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 --- app/config/queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/queue.php b/app/config/queue.php index 6c0fa523..78a8c2ff 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -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',