Transform experimental_no_edition_2024_for_settings into a config

This commit is contained in:
ManyTheFish 2025-06-30 11:49:03 +02:00
parent 6db5939f84
commit 6b2b8ed676
5 changed files with 39 additions and 5 deletions

View file

@ -464,6 +464,7 @@ pub fn default_settings(dir: impl AsRef<Path>) -> Opt {
skip_index_budget: true,
// Having 2 threads makes the tests way faster
max_indexing_threads: MaxThreads::from_str("2").unwrap(),
experimental_no_edition_2024_for_settings: false,
},
experimental_enable_metrics: false,
..Parser::parse_from(None as Option<&str>)