From 490f5cc4ec5add02c422ab52b49d4a1b644b80d6 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 14 Nov 2023 16:45:37 +0100 Subject: [PATCH] fix(Background): Bump default limit for listing background jobs to 500 Signed-off-by: Jonas --- core/Command/Background/ListCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',