fix: names get cut off
This commit is contained in:
parent
8bfe2d0c7f
commit
6c781f4c9a
1 changed files with 1 additions and 1 deletions
2
main.rs
2
main.rs
|
@ -128,7 +128,7 @@ fn main() {
|
||||||
runtime
|
runtime
|
||||||
.enable_io()
|
.enable_io()
|
||||||
.enable_time()
|
.enable_time()
|
||||||
.thread_name("upub-async-worker")
|
.thread_name("upub-worker")
|
||||||
.build()
|
.build()
|
||||||
.expect("failed creating tokio async runtime")
|
.expect("failed creating tokio async runtime")
|
||||||
.block_on(async { init(args, config).await })
|
.block_on(async { init(args, config).await })
|
||||||
|
|
Loading…
Reference in a new issue