From 3646070dc125f65dad2b1e1ec4877e3849e1781e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 16 Dec 2014 16:10:19 -0600 Subject: [PATCH] Add expire option by default. --- config/queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/queue.php b/config/queue.php index fecd0bd9..2e223d8e 100755 --- a/config/queue.php +++ b/config/queue.php @@ -61,6 +61,7 @@ 'redis' => [ 'driver' => 'redis', 'queue' => 'default', + 'expire' => 60, ], ],