This commit is contained in:
Ruben Fiszel
2025-07-24 12:08:20 +00:00
parent e6f9f4d897
commit f4073abef0
+1 -1
View File
@@ -114,7 +114,7 @@ fn next_worker_name() -> String {
.unwrap_or(s)
})
.unwrap_or("no thread name");
format!("{id}/{thread_name}")
format!("{id}/worker-{thread_name}")
}
pub struct ApiServer {