Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
248
textfilepagekbs = 1000
248
textfilepagekbs = 1000
249
249
250
# Maximum external filter execution time. Default 20mn. This is mainly
250
# Maximum external filter execution time. Default 20mn. This is mainly
251
# to avoid infinite loops in postscript files (loop.ps)
251
# to avoid infinite loops in postscript files (loop.ps)
252
filtermaxseconds = 1200
252
filtermaxseconds = 1200
253
# Maximum virtual memory space for filter process (setrlimit(RLIMIT_AS)),
254
# in megabytes. Note that this includes any mapped libs (there is no
255
# reliable Linux way to limit the data space only), so we need to be a
256
# bit generous here. Anything over 2000 will be ignored on 32 bits machines.
257
filtermaxmbytes = 2000
253
258
254
# Length of abstracts we store while indexing. Longer will make for a
259
# Length of abstracts we store while indexing. Longer will make for a
255
# bigger db
260
# bigger db
256
# idxabsmlen = 250
261
# idxabsmlen = 250
257
262