Skip to content

Commit 69911f2

Browse files
default queue should be synchronous.
1 parent 79d18a3 commit 69911f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/queue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|
1616
*/
1717

18-
'default' => 'sqs',
18+
'default' => 'sync',
1919

2020
/*
2121
|--------------------------------------------------------------------------
@@ -50,4 +50,4 @@
5050

5151
),
5252

53-
);
53+
);

0 commit comments

Comments
 (0)