Skip to content

Commit eefca07

Browse files
st3inybackportbot[bot]
authored andcommitted
docs(readme): fix default preview background job execution time
It is set to 300 seconds (5 minutes) by default in the config service class. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent d0ce3aa commit eefca07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Set to true to disable the background job that generates previews by default wit
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=integer previewgenerator job_max_execution_time`
126+
#### `occ config:app:set --value=300 --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

0 commit comments

Comments
 (0)