Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
104
104
105
# Size limit for compressed files. We need to decompress these in a
105
# Size limit for compressed files. We need to decompress these in a
106
# temporary directory for identification, which can be wasteful in some
106
# temporary directory for identification, which can be wasteful in some
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 = 20
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