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).