|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
|
... |
|
... |
284 |
# defines where the cache for visited pages will live. Default:
|
284 |
# defines where the cache for visited pages will live. Default:
|
285 |
# $RECOLL_CONFDIR/webcache
|
285 |
# $RECOLL_CONFDIR/webcache
|
286 |
webcachedir = webcache
|
286 |
webcachedir = webcache
|
287 |
# This is only used by the web history indexing code, and
|
287 |
# This is only used by the web history indexing code, and
|
288 |
# defines the maximum size for the web page cache. Default: 40 MB.
|
288 |
# defines the maximum size for the web page cache. Default: 40 MB.
|
|
|
289 |
# ** Quite unfortunately, this is only used when creating the file, you
|
|
|
290 |
# need to delete the cache for a change to be taken into account **
|
289 |
webcachemaxmbs = 40
|
291 |
webcachemaxmbs = 40
|
290 |
|
292 |
|
291 |
# The directory where mbox message offsets cache files are held. This is
|
293 |
# The directory where mbox message offsets cache files are held. This is
|
292 |
# normally $RECOLL_CONFDIR/mboxcache, but it may be useful to share a
|
294 |
# normally $RECOLL_CONFDIR/mboxcache, but it may be useful to share a
|
293 |
# directory between different configurations.
|
295 |
# directory between different configurations.
|