aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-04-21 00:46:33 +0200
committerJay Berkenbilt <ejb@ql.org>2019-04-21 03:00:43 +0200
commite50d5201dfce53158ba811865e99654054f0c872 (patch)
treeb0f806a8234c21843d779147b25a259612275169 /manual
parent011695dfdf52e7a83f0eeceb85d0d2c06e7df7da (diff)
downloadqpdf-e50d5201dfce53158ba811865e99654054f0c872.tar.zst
Add --keep-files-open-threshold (fixes #288)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index c2df34bf..669fd42e 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -652,6 +652,19 @@ make
more than the OS limit's number of files from a script and are
not worried about a few seconds additional processing time,
you may want to specify <option>--keep-files-open=n</option>.
+ The threshold for switching may be changed from the default
+ 200 with the <option>--keep-files-open-threshold</option>
+ option.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--keep-files-open-threshold=<replaceable>count</replaceable></option></term>
+ <listitem>
+ <para>
+ If specified, overrides the default value of 200 used as the
+ threshold for qpdf deciding whether or not to keep files open.
+ See <option>--keep-files-open</option> for details.
</para>
</listitem>
</varlistentry>