Skip to content

Commit d0ce3aa

Browse files
authored
Merge pull request #629 from nextcloud/backport/626/stable5.12
[stable5.12] fix "type=" to use full name (e.g. boolean, integer)
2 parents b481b9e + 0c787e1 commit d0ce3aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ the aspect ratio.
118118
Will retain the aspect ratio and use the specified height. The width will be scaled according to
119119
the aspect ratio.
120120

121-
#### `occ config:app:set --value=false --type=bool previewgenerator job_disabled`
121+
#### `occ config:app:set --value=false --type=boolean previewgenerator job_disabled`
122122
Set to true to disable the background job that generates previews by default without having to
123123
configure a manual system cron job. It is recommended to disable the default background job in case
124124
a custom system cron entry with `occ preview:pre-generate` is configured (set this config to true).
125125

126-
#### `occ config:app:set --value=600 --type=int previewgenerator job_max_execution_time`
126+
#### `occ config:app:set --value=600 --type=integer previewgenerator job_max_execution_time`
127127
Limits the maximum execution time in seconds of the preview background job. (A value of zero means
128128
unlimited.)
129129

130-
#### `occ config:app:set --value=0 --type=int previewgenerator job_max_previews`
130+
#### `occ config:app:set --value=0 --type=integer previewgenerator job_max_previews`
131131
Limits the count of previews to be generated in each execution of the preview background job. (A
132132
value of zero means unlimited.) Configure one, both or no limit (not recommended!). In case both
133133
limits are configured, the more restrictive one takes precedence.

0 commit comments

Comments
 (0)