Commit 3646070d authored by Taylor Otwell's avatar Taylor Otwell

Add expire option by default.

parent e2b7f92a
...@@ -61,6 +61,7 @@ return [ ...@@ -61,6 +61,7 @@ return [
'redis' => [ 'redis' => [
'driver' => 'redis', 'driver' => 'redis',
'queue' => 'default', 'queue' => 'default',
'expire' => 60,
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment