--archive-body-size-limit
Maximum per-resource body size captured into an archive, in bytes. The default is
268435456 (256 MiB). Applies wherever bodies are captured: WARC always, HAR only with
--har-capture-bodies. A larger body is
truncated to the limit and the capture continues; the WARC record is marked truncated and
HAR reports the capture as incomplete.
Example
zshot -t warc -f archive.warc.gz \
--archive-body-size-limit 104857600 https://example.com