fix: names get cut off

This commit is contained in:
əlemi 2024-06-21 04:07:35 +02:00
parent 8bfe2d0c7f
commit 6c781f4c9a
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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 })