Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
136
# Disabling aspell use. The aspell dictionary generation takes some time,
136
# Disabling aspell use. The aspell dictionary generation takes some time,
137
# and some combinations of aspell version, language, and local terms,
137
# and some combinations of aspell version, language, and local terms,
138
# result in aspell dumping core each time. You can disable the aspell
138
# result in aspell dumping core each time. You can disable the aspell
139
# dictionary generation by setting the following variable:
139
# dictionary generation by setting the following variable:
140
# noaspell = 1
140
# noaspell = 1
141
142
# Timing parameters for the real time mode:
143
#
144
# Seconds between auxiliary databases updates (stemdb, aspell):
145
# monauxinterval = 3600
146
#
147
# Resting time (seconds) during which we let the queue accumulate, in hope
148
# that events to the same file will merge, before we start indexing:
149
# monixinterval = 30
150
#
151
# Definitions for files which get a longer delay before reindexing is
152
# allowed. This is for fast-changing files, that should only be reindexed
153
# once in a while. A list of wildcardPattern:seconds pairs. The patterns
154
# are matched with fnmatch(pattern, path, 0) You can quote entries containing
155
# white space with double quotes. The default is empty, here follows an
156
# example:
157
# mondelaypatterns = *.log:20  "*with spaces.*:30"
141
158
142
# If this is set, process the directory where Beagle Web browser plugins
159
# If this is set, process the directory where Beagle Web browser plugins
143
# copy visited pages for indexing. Of course, Beagle MUST NOT be running,
160
# copy visited pages for indexing. Of course, Beagle MUST NOT be running,
144
# else things will behave strangely. 
161
# else things will behave strangely. 
145
processbeaglequeue = 0
162
processbeaglequeue = 0