From 69911f29cd85b35ac383a9dc6d2b28c036504ec3 Mon Sep 17 00:00:00 2001 From: Zack Kitzmiller Date: Mon, 18 Feb 2013 11:03:17 -0500 Subject: [PATCH] default queue should be synchronous. --- app/config/queue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/queue.php b/app/config/queue.php index ea05a839..17848306 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -15,7 +15,7 @@ return array( | */ - 'default' => 'sqs', + 'default' => 'sync', /* |-------------------------------------------------------------------------- @@ -50,4 +50,4 @@ return array( ), -); \ No newline at end of file +);