mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
fix(Background): Bump default limit for listing background jobs to 500
Signed-off-by: Jonas <jonas@freesources.org>
This commit is contained in:
parent
9fbe68ab36
commit
490f5cc4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class ListCommand extends Base {
|
|||
'l',
|
||||
InputOption::VALUE_OPTIONAL,
|
||||
'Number of jobs to retrieve',
|
||||
'100'
|
||||
'500'
|
||||
)->addOption(
|
||||
'offset',
|
||||
'o',
|
||||
|
|
|
|||
Loading…
Reference in a new issue