mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 03:18:01 +00:00
Remove the tokio thread name (#5650)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user