Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
107
# cases. Limit the waste. Negative means no limit. 0 results in no
107
# cases. Limit the waste. Negative means no limit. 0 results in no
108
# processing of any compressed file
108
# processing of any compressed file
109
# compressedfilemaxkbs = -1
109
# compressedfilemaxkbs = -1
110
110
111
# Size limit for text files. This is for skipping monster logs
111
# Size limit for text files. This is for skipping monster logs
112
textfilemaxmbs = -1
112
textfilemaxmbs = 20
113
113
114
# Page size for text files. If this is set, text/plain files will be
114
# Page size for text files. If this is set, text/plain files will be
115
# divided into documents of approximately this size. May be useful to
115
# divided into documents of approximately this size. May be useful to
116
# access pieces of big text files which would be problematic to load as one
116
# access pieces of big text files which would be problematic to load as one
117
# piece into the preview window. Might be useful for big logs
117
# piece into the preview window. Might be useful for big logs
118
textfilepagekbs = -1
118
textfilepagekbs = 1000
119
119
120
# Maximum external filter execution time. Default 20mn. This is mainly
120
# Maximum external filter execution time. Default 20mn. This is mainly
121
# to avoid infinite loops in postscript files (loop.ps)
121
# to avoid infinite loops in postscript files (loop.ps)
122
filtermaxseconds = 1200
122
filtermaxseconds = 1200
123
123
...
...
136
# and some combinations of aspell version, language, and local terms,
136
# and some combinations of aspell version, language, and local terms,
137
# result in aspell dumping core each time. You can disable the aspell
137
# result in aspell dumping core each time. You can disable the aspell
138
# dictionary generation by setting the following variable:
138
# dictionary generation by setting the following variable:
139
# noaspell = 1
139
# noaspell = 1
140
140
141
# If this is set, process the directory where Beagle Web browser plugins
142
# copy visited pages for indexing. Of course, Beagle MUST NOT be running,
143
# else things will behave strangely. 
144
processbeaglequeue = 0
145
# The path to the Beagle indexing queue. This is hard-coded in the Beagle
146
# plugin as ~/.beagle/ToIndex so there should be no need to change it. 
147
#beaglequeuedir = ~/.beagle/ToIndex
148
# This is only used by the Beagle web browser plugin indexing code, and
149
# defines where the cache for visited pages will live. Default:
150
# $RECOLL_CONFDIR/webcache 
151
webcachedir = webcache
152
# This is only used by the Beagle web browser plugin indexing code, and
153
# defines the maximum size for the web page cache. Default: 40 MB. 
154
webcachemaxmbs = 40
155
156
# The directory where mbox message offsets cache files are held. This is
157
# normally $RECOLL_CONFDIR/mboxcache, but it may be useful to share a
158
# directory between different configurations. 
159
#mboxcachedir = mboxcache
160
161
# The minimum mbox file size over which we cache the offsets. There is
162
# really no sense in caching offsets for small files. The default is 5 MB.
163
#mboxcacheminmbs = 5
164
141
# You could specify different parameters for a subdirectory like this:
165
# You could specify different parameters for a subdirectory like this:
142
#[~/hungariandocs/plain]
166
#[~/hungariandocs/plain]
143
#defaultcharset = iso-8859-2
167
#defaultcharset = iso-8859-2