Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Set to true to disable the background job that generates previews by default wit
configure a manual system cron job. It is recommended to disable the default background job in case
a custom system cron entry with `occ preview:pre-generate` is configured (set this config to true).

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

Expand Down