mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
remove the dump_batch_size option from the CLI
This commit is contained in:
parent
d0552e765e
commit
2d7785ae0c
2 changed files with 0 additions and 6 deletions
|
@ -202,11 +202,6 @@ pub struct Opt {
|
|||
#[structopt(long, conflicts_with = "import-snapshot")]
|
||||
pub import_dump: Option<PathBuf>,
|
||||
|
||||
/// The batch size used in the importation process, the bigger it is the faster the dump is created.
|
||||
/// This options is now deprecated and will be ignored
|
||||
#[structopt(long, env = "MEILI_DUMP_BATCH_SIZE", default_value = "1024")]
|
||||
pub dump_batch_size: usize,
|
||||
|
||||
#[structopt(flatten)]
|
||||
pub indexer_options: IndexerOpts,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue