Merge pull request #1721 from zackkitzmiller/patch-1
Default queue should be synchronous.
This commit is contained in:
@@ -15,7 +15,7 @@ return array(
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'default' => 'sqs',
|
'default' => 'sync',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
@@ -50,4 +50,4 @@ return array(
|
|||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user