From eefca0792f19ebd8a59e5b58b6a54c3df4d1d3a3 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 8 Feb 2026 12:34:34 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 811346e..bf4502c 100644 --- a/README.md +++ b/README.md @@ -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.)