mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Reduce the number of documents limit when update progress are sent
This commit is contained in:
parent
cf8a6a042e
commit
0cfeee13ee
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user