mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Reduce the number of documents limit when update progress are sent
This commit is contained in:
parent
cf8a6a042e
commit
0cfeee13ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue