WIP: rebasing on master

This commit is contained in:
tamo 2021-04-28 16:43:49 +02:00
parent ceb8d6e1c9
commit e389c088eb
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
20 changed files with 540 additions and 433 deletions

View file

@ -203,6 +203,7 @@ pub struct Opt {
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,