File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,16 +118,16 @@ the aspect ratio.
118118Will retain the aspect ratio and use the specified height. The width will be scaled according to
119119the 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 `
122122Set to true to disable the background job that generates previews by default without having to
123123configure a manual system cron job. It is recommended to disable the default background job in case
124124a 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 `
127127Limits the maximum execution time in seconds of the preview background job. (A value of zero means
128128unlimited.)
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 `
131131Limits the count of previews to be generated in each execution of the preview background job. (A
132132value of zero means unlimited.) Configure one, both or no limit (not recommended!). In case both
133133limits are configured, the more restrictive one takes precedence.
You can’t perform that action at this time.
0 commit comments