mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 14:41:15 +00:00
give tokio threads a more convenient name for monitoring purposes
This commit is contained in:
@@ -98,6 +98,7 @@ fn main() {
|
||||
tokio::runtime::Builder::new_multi_thread()
|
||||
.enable_all()
|
||||
.worker_threads(worker_threads)
|
||||
.thread_name("telemetry_core_worker")
|
||||
.build()
|
||||
.unwrap()
|
||||
.block_on(async {
|
||||
|
||||
Reference in New Issue
Block a user