fts_solr_batch_size
Default | [None] |
---|---|
Value | unsigned integer |
Configures the number of mails sent to Solr in a single request.
- With
fts_autoindex = yes
each new mail gets separately indexed on arrival, softs_solr_batch_size
only matters during the initial indexing of a mailbox. - With
fts_autoindex = no
new mails don't get indexed on arrival, softs_solr_batch_size
is used when indexing is triggered.