Browse Source

default queue should be synchronous.

Zack Kitzmiller 11 years ago
parent
commit
69911f29cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/config/queue.php

+ 2 - 2
app/config/queue.php

@@ -15,7 +15,7 @@ return array(
 	|
 	*/
 
-	'default' => 'sqs',
+	'default' => 'sync',
 
 	/*
 	|--------------------------------------------------------------------------
@@ -50,4 +50,4 @@ return array(
 
 	),
 
-);
+);