diff --git a/core/Command/Background/ListCommand.php b/core/Command/Background/ListCommand.php index a2588112524..4d5329ec22f 100644 --- a/core/Command/Background/ListCommand.php +++ b/core/Command/Background/ListCommand.php @@ -53,7 +53,7 @@ class ListCommand extends Base { 'l', InputOption::VALUE_OPTIONAL, 'Number of jobs to retrieve', - '100' + '500' )->addOption( 'offset', 'o',