summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-11 10:05:04 +0300
committerPaul Buetow <paul@buetow.org>2026-06-11 10:05:04 +0300
commit1b1e3a0a6dc09b9729370db6547b399c43fe8f67 (patch)
tree1ce00d50bf61af4d8abecab565972bb50b8ae184 /README.md
parentcbf67b99530aaddf52cb85c8edc80b3f13279ce3 (diff)
Parallelize template rendering jobs
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 74b17a9..31482e6 100644
--- a/README.md
+++ b/README.md
@@ -180,9 +180,9 @@ effective paths, skipped existing files, staging output directory, and tarball
decisions. If `--quiet` and `--verbose` are repeated or combined, the last output
flag wins.
-ImageMagick photo processing runs in parallel. The default is `IMAGE_JOBS=3`.
-Set `IMAGE_JOBS` in the config, or pass `--image-jobs N`, to tune the number of
-concurrent ImageMagick jobs.
+ImageMagick photo processing and per-photo HTML template rendering run in
+parallel. The default is `IMAGE_JOBS=3`. Set `IMAGE_JOBS` in the config, or pass
+`--image-jobs N`, to tune the number of concurrent image and template jobs.
Each ImageMagick command is bounded by `IMAGEMAGICK_TIMEOUT=60` seconds, and
tarball creation is bounded by `TAR_TIMEOUT=120` seconds. Set either config