aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJonas <jonas@freesources.org>2023-11-14 16:45:37 +0100
committerJonas <jonas@freesources.org>2023-11-14 21:04:27 +0100
commit490f5cc4ec5add02c422ab52b49d4a1b644b80d6 (patch)
tree0646383dad4e992d8ba7085fec17316d02d601ac /core
parent9fbe68ab36db626fc2a11dd5a606c53bd3dbd70e (diff)
downloadnextcloud-server-490f5cc4ec5add02c422ab52b49d4a1b644b80d6.tar.gz
nextcloud-server-490f5cc4ec5add02c422ab52b49d4a1b644b80d6.zip
fix(Background): Bump default limit for listing background jobs to 500
Signed-off-by: Jonas <jonas@freesources.org>
Diffstat (limited to 'core')
-rw-r--r--core/Command/Background/ListCommand.php2
1 files changed, 1 insertions, 1 deletions
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',