Switch to unified view

a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in
...
...
139
# and conversion and Xapian index update. The three queue values define the
139
# and conversion and Xapian index update. The three queue values define the
140
# max number of jobs waiting on one of the corresponding queues. Setting a
140
# max number of jobs waiting on one of the corresponding queues. Setting a
141
# value to -1 disables a queue (replaced by a direct call). The thrTcounts
141
# value to -1 disables a queue (replaced by a direct call). The thrTcounts
142
# values define the number of threads to start for each queue. The last
142
# values define the number of threads to start for each queue. The last
143
# value can only be one (as Xapian is single-threaded).
143
# value can only be one (as Xapian is single-threaded).
144
# If the first element in thrQSizes is 0, recollindex will attempt to set
145
# roughly guestimated values based on the number of CPUs. 
146
#
147
# The following are the best setup on my core i5 system (4 cores, no
148
# hyperthreading, multiple disks).
144
thrQSizes = 2 2 2
149
#thrQSizes = 2 2 2
145
thrTCounts =  4 2 1
150
#thrTCounts =  4 2 1
151
# The default is to let recoll guess.
152
thrQSizes = 0
146
153
147
# Maximum file system occupation before we stop indexing. The default value
154
# Maximum file system occupation before we stop indexing. The default value
148
# is 0, meaning no checking. The value is a percentage, corresponding to
155
# is 0, meaning no checking. The value is a percentage, corresponding to
149
# what the "Capacity" df output column shows.
156
# what the "Capacity" df output column shows.
150
maxfsoccuppc = 0
157
maxfsoccuppc = 0