From 98feedce8e1ea201b01953bed5fe298645b7f226 Mon Sep 17 00:00:00 2001 From: dockes Date: Sun, 29 Nov 2009 15:00:45 +0000 Subject: [PATCH] change defaults for big text params --- src/doc/user/usermanual.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index b4f29481..2762f790 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -3022,17 +3022,17 @@ skippedPaths = ~/somedir/∗.txt textfilemaxmbs Maximum size for text files. Very big text files are often uninteresting logs. Set to -1 to disable - (default). + (default 20MB). textfilepagekbs - If set to other than -1 (the default), text - files will be indexed as multiple documents of the given page - size. This may be useful if you do want to index very big text - files as it will both reduce memory usage at index time and - help with loading data to the preview window. A size of a few - megabytes would seem reasonable. + If set to other than -1, text files will be + indexed as multiple documents of the given page size. This may + be useful if you do want to index very big text files as it + will both reduce memory usage at index time and help with + loading data to the preview window. A size of a few megabytes + would seem reasonable (default: 1MB).