diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-11 10:05:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-11 10:05:04 +0300 |
| commit | 1b1e3a0a6dc09b9729370db6547b399c43fe8f67 (patch) | |
| tree | 1ce00d50bf61af4d8abecab565972bb50b8ae184 /README.md | |
| parent | cbf67b99530aaddf52cb85c8edc80b3f13279ce3 (diff) | |
Parallelize template rendering jobs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
