From 9ec7225bc1ace77a76e189bd3a9012fc3a454003 Mon Sep 17 00:00:00 2001 From: dockes Date: Sun, 29 Nov 2009 12:56:21 +0000 Subject: [PATCH] add new 1.13 variables and defaults --- src/sampleconf/recoll.conf.in | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in index ab714c37..7995bd7b 100644 --- a/src/sampleconf/recoll.conf.in +++ b/src/sampleconf/recoll.conf.in @@ -109,13 +109,13 @@ indexallfilenames = 1 # compressedfilemaxkbs = -1 # Size limit for text files. This is for skipping monster logs -textfilemaxmbs = -1 +textfilemaxmbs = 20 # Page size for text files. If this is set, text/plain files will be # divided into documents of approximately this size. May be useful to # access pieces of big text files which would be problematic to load as one # piece into the preview window. Might be useful for big logs -textfilepagekbs = -1 +textfilepagekbs = 1000 # Maximum external filter execution time. Default 20mn. This is mainly # to avoid infinite loops in postscript files (loop.ps) @@ -138,6 +138,30 @@ filtermaxseconds = 1200 # dictionary generation by setting the following variable: # noaspell = 1 +# If this is set, process the directory where Beagle Web browser plugins +# copy visited pages for indexing. Of course, Beagle MUST NOT be running, +# else things will behave strangely. +processbeaglequeue = 0 +# The path to the Beagle indexing queue. This is hard-coded in the Beagle +# plugin as ~/.beagle/ToIndex so there should be no need to change it. +#beaglequeuedir = ~/.beagle/ToIndex +# This is only used by the Beagle web browser plugin indexing code, and +# defines where the cache for visited pages will live. Default: +# $RECOLL_CONFDIR/webcache +webcachedir = webcache +# This is only used by the Beagle web browser plugin indexing code, and +# defines the maximum size for the web page cache. Default: 40 MB. +webcachemaxmbs = 40 + +# The directory where mbox message offsets cache files are held. This is +# normally $RECOLL_CONFDIR/mboxcache, but it may be useful to share a +# directory between different configurations. +#mboxcachedir = mboxcache + +# The minimum mbox file size over which we cache the offsets. There is +# really no sense in caching offsets for small files. The default is 5 MB. +#mboxcacheminmbs = 5 + # You could specify different parameters for a subdirectory like this: #[~/hungariandocs/plain] #defaultcharset = iso-8859-2