idxflushnb default 10
This commit is contained in:
parent
7368d14d2d
commit
ab87d08f45
@ -1,7 +1,9 @@
|
|||||||
# @(#$Id: recoll.conf.in,v 1.17 2007-07-10 05:44:06 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: recoll.conf.in,v 1.18 2007-07-10 09:24:13 dockes Exp $ (C) 2004 J.F.Dockes
|
||||||
#
|
#
|
||||||
# Recoll default configuration file. This should be copied to
|
# Recoll default configuration file. This typically lives in
|
||||||
# ~/.recoll/recoll.conf
|
# @prefix@/share/recoll/examples and provides default values. You can
|
||||||
|
# override selected parameters by adding assigments to
|
||||||
|
# ~/.recoll/recoll.conf (or $RECOLL_CONFDIR/recoll.conf)
|
||||||
|
|
||||||
# Space-separated list of directories to index. Next line indexes $HOME
|
# Space-separated list of directories to index. Next line indexes $HOME
|
||||||
topdirs = ~
|
topdirs = ~
|
||||||
@ -56,7 +58,7 @@ maxfsoccuppc = 0
|
|||||||
# value of 0 means no explicit flushing, which lets Xapian perform its own
|
# value of 0 means no explicit flushing, which lets Xapian perform its own
|
||||||
# thing, which is flushing every 10000 documents (memory usage depends on
|
# thing, which is flushing every 10000 documents (memory usage depends on
|
||||||
# average document size).
|
# average document size).
|
||||||
# idxflushmb = 0
|
idxflushmb = 10
|
||||||
|
|
||||||
# Place to search for executable filters. If RECOLL_FILTERSDIR is set in
|
# Place to search for executable filters. If RECOLL_FILTERSDIR is set in
|
||||||
# the environement, we use it instead
|
# the environement, we use it instead
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user