add new 1.13 variables and defaults
This commit is contained in:
parent
e7b2bc4b46
commit
9ec7225bc1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user