Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit c5547da

Browse files
authored
Update readme.md
1 parent 47e7868 commit c5547da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,5 @@ Set the default to `async`, either by changing to config or setting `QUEUE_DRIVE
5656
...
5757
}
5858

59-
It should work the same as the sync driver, so no need to run a queue listener. Downside is that you cannot actually queue or plan things.
60-
Queue::later() is also fired directly, but just runs `sleep($delay)` in background..
61-
For more info see http://laravel.com/docs/queues
59+
It should work the same as the sync driver, so no need to run a queue listener. Downside is that you cannot actually queue or plan things. Queue::later() is also fired directly. For more info see http://laravel.com/docs/queues
6260

0 commit comments

Comments
 (0)