mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
add an experimental cli parameter to allow specifying your task id
This commit is contained in:
parent
eb25b07390
commit
507739bd98
13 changed files with 86 additions and 21 deletions
|
@ -253,6 +253,7 @@ struct Infos {
|
|||
env: String,
|
||||
experimental_enable_metrics: bool,
|
||||
experimental_logs_mode: LogMode,
|
||||
experimental_ha_parameters: bool,
|
||||
experimental_enable_logs_route: bool,
|
||||
experimental_reduce_indexing_memory_usage: bool,
|
||||
experimental_max_number_of_batched_tasks: usize,
|
||||
|
@ -291,7 +292,12 @@ impl From<Opt> for Infos {
|
|||
let Opt {
|
||||
db_path,
|
||||
experimental_enable_metrics,
|
||||
<<<<<<< HEAD
|
||||
experimental_logs_mode,
|
||||
||||||| parent of 01ae46dd8 (add an experimental cli parameter to allow specifying your task id)
|
||||
=======
|
||||
experimental_ha_parameters,
|
||||
>>>>>>> 01ae46dd8 (add an experimental cli parameter to allow specifying your task id)
|
||||
experimental_enable_logs_route,
|
||||
experimental_reduce_indexing_memory_usage,
|
||||
experimental_max_number_of_batched_tasks,
|
||||
|
@ -339,7 +345,12 @@ impl From<Opt> for Infos {
|
|||
Self {
|
||||
env,
|
||||
experimental_enable_metrics,
|
||||
<<<<<<< HEAD
|
||||
experimental_logs_mode,
|
||||
||||||| parent of 01ae46dd8 (add an experimental cli parameter to allow specifying your task id)
|
||||
=======
|
||||
experimental_ha_parameters,
|
||||
>>>>>>> 01ae46dd8 (add an experimental cli parameter to allow specifying your task id)
|
||||
experimental_enable_logs_route,
|
||||
experimental_reduce_indexing_memory_usage,
|
||||
db_path: db_path != PathBuf::from("./data.ms"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue