Skip to content

Commit

Permalink
Default to 6 hours to reap jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jul 27, 2016
1 parent 40707ef commit ebbebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Seat/Queue/ClearExpired.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ClearExpired extends Command
*
* @var string
*/
protected $signature = 'seat:queue:clear-expired {--H|hours=24 : # hours after which a job if considered expired}';
protected $signature = 'seat:queue:clear-expired {--H|hours=6 : # hours after which a job if considered expired}';

/**
* The console command description.
Expand Down

0 comments on commit ebbebf2

Please sign in to comment.