Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
157
# will be indexed anyway if indexallfilenames is set as by default). Mime
157
# will be indexed anyway if indexallfilenames is set as by default). Mime
158
# type names should be taken from the mimemap file.
158
# type names should be taken from the mimemap file.
159
#
159
#
160
# indexedmimetypes = text/html application/pdf
160
# indexedmimetypes = text/html application/pdf
161
161
162
#
163
# Size limit for archive members. This is passed to the filters in the
164
# environment as RECOLL_FILTER_MAXMEMBERKB
165
# 
166
maxmemberkb = 50000
167
162
# Size limit for compressed files. We need to decompress these in a
168
# Size limit for compressed files. We need to decompress these in a
163
# temporary directory for identification, which can be wasteful in some
169
# temporary directory for identification, which can be wasteful in some
164
# cases. Limit the waste. Negative means no limit. 0 results in no
170
# cases. Limit the waste. Negative means no limit. 0 results in no
165
# processing of any compressed file
171
# processing of any compressed file
166
compressedfilemaxkbs = -1
172
compressedfilemaxkbs = -1