Skip to content

Commit db5fdec

Browse files
committed
exporter thread name
1 parent 459be81 commit db5fdec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logicline"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["Serhij S. <div@altertech.com>"]
66
license = "Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub mod global {
9797
})
9898
.map_err(|e| e.to_string())?;
9999
std::thread::Builder::new()
100-
.name("exporter".to_string())
100+
.name("ll-exporter".to_string())
101101
.spawn(move || {
102102
server.run();
103103
})?;

0 commit comments

Comments
 (0)