Skip to content
Snippets Groups Projects
Commit 1c7a3fe7 authored by Pierre Krieger's avatar Pierre Krieger Committed by GitHub
Browse files

Remove the tokio thread name (#5650)

parent 20b11b17
No related merge requests found
......@@ -80,7 +80,6 @@ where
/// Build a tokio runtime with all features
pub fn build_runtime() -> std::result::Result<tokio::runtime::Runtime, std::io::Error> {
tokio::runtime::Builder::new()
.thread_name("main-tokio-")
.threaded_scheduler()
.on_thread_start(||{
TOKIO_THREADS_ALIVE.inc();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment