mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-14 19:28:57 -05:00
tweak tracing spans; inlines
db deserializer tracing instrument cover Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
685b127f99
commit
02f19cf951
16 changed files with 146 additions and 34 deletions
|
|
@ -80,7 +80,9 @@ impl Service {
|
|||
|
||||
self.work_loop(id, &mut futures, &mut statuses).await;
|
||||
|
||||
self.finish_responses(&mut futures).boxed().await;
|
||||
if !futures.is_empty() {
|
||||
self.finish_responses(&mut futures).boxed().await;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue