Skip to content

Commit

Permalink
Update quickwit/quickwit-common/src/runtimes.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored May 8, 2024
1 parent 752d11b commit f8f035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-common/src/runtimes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Default for RuntimesConfig {
}

fn start_runtimes(config: RuntimesConfig) -> HashMap<RuntimeType, Runtime> {
let disable_lifo_slot: bool = crate::get_from_env("DISABLE_LIFO_SLOT", false);
let disable_lifo_slot: bool = crate::get_from_env("DISABLE_LIFO_SLOT", true);

let mut runtimes = HashMap::default();
let mut blocking_runtime_builder = tokio::runtime::Builder::new_multi_thread();
Expand Down

0 comments on commit f8f035e

Please sign in to comment.