bumped default idxflushmb value to 50

This commit is contained in:
Jean-Francois Dockes 2018-11-21 09:23:33 +01:00
parent 5b423dfed3
commit c700ea3a99

View File

@ -533,12 +533,12 @@ webcachemaxmbs = 40
# usage depends on average document size, not only document count, the
# Xapian approach is is not very useful, and you should let Recoll manage
# the flushes. The program compiled value is 0. The configured default
# value (from this file) is 10 MB, and will be too low in many cases (it is
# chosen to conserve memory). If you are looking
# value (from this file) is now 50 MB, and should be ok in many cases.
# You can set it as low as 10 to conserve memory, but if you are looking
# for maximum speed, you may want to experiment with values between 20 and
# 200. In my experience, values beyond this are always counterproductive. If
# you find otherwise, please drop me a note.</descr></var>
idxflushmb = 10
idxflushmb = 50
# <var name="filtermaxseconds" type="int">
#