Reduce the number of documents limit when update progress are sent

This commit is contained in:
Clément Renault 2020-11-09 17:34:52 +01:00
parent cf8a6a042e
commit 0cfeee13ee
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -69,7 +69,7 @@ pub struct Opt {
pub struct IndexerOpt {
/// The amount of documents to skip before printing
/// a log regarding the indexing advancement.
#[structopt(long, default_value = "1000000")] // 1m
#[structopt(long, default_value = "100000")] // 100k
pub log_every_n: usize,
/// MTBL max number of chunks in bytes.