change defaults for big text params

This commit is contained in:
dockes 2009-11-29 15:00:45 +00:00
parent 9ec7225bc1
commit 98feedce8e

View File

@ -3022,17 +3022,17 @@ skippedPaths = ~/somedir/∗.txt
<varlistentry><term><literal>textfilemaxmbs</literal></term> <varlistentry><term><literal>textfilemaxmbs</literal></term>
<listitem><para>Maximum size for text files. Very big text <listitem><para>Maximum size for text files. Very big text
files are often uninteresting logs. Set to -1 to disable files are often uninteresting logs. Set to -1 to disable
(default).</para> (default 20MB).</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><literal>textfilepagekbs</literal></term> <varlistentry><term><literal>textfilepagekbs</literal></term>
<listitem><para>If set to other than -1 (the default), text <listitem><para>If set to other than -1, text files will be
files will be indexed as multiple documents of the given page indexed as multiple documents of the given page size. This may
size. This may be useful if you do want to index very big text be useful if you do want to index very big text files as it
files as it will both reduce memory usage at index time and will both reduce memory usage at index time and help with
help with loading data to the preview window. A size of a few loading data to the preview window. A size of a few megabytes
megabytes would seem reasonable.</para> would seem reasonable (default: 1MB).</para>
</listitem> </listitem>
</varlistentry> </varlistentry>