mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Merge #213
213: Implement all the CLI options r=MarinPostma a=irevoire closes #206 And I looked into #204, I fixed some default values and tried to test as many options as possible, and I think the cli is already mostly working. If someone knows any issues about it, I would like to hear more 🙂 Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
commit
db7215eaa9
3 changed files with 11 additions and 11 deletions
|
@ -73,7 +73,7 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt {
|
|||
env: "development".to_owned(),
|
||||
#[cfg(all(not(debug_assertions), feature = "analytics"))]
|
||||
no_analytics: true,
|
||||
max_mdb_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(),
|
||||
max_index_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(),
|
||||
max_udb_size: Byte::from_unit(4.0, ByteUnit::GiB).unwrap(),
|
||||
http_payload_size_limit: Byte::from_unit(10.0, ByteUnit::MiB).unwrap(),
|
||||
ssl_cert_path: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue