mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
fix tail latencies
This commit is contained in:
@@ -852,7 +852,7 @@ impl Worker {
|
||||
return Ok((None, core));
|
||||
}
|
||||
|
||||
core = try_task_new_batch!(self, self.poll_driver(cx, core));
|
||||
// core = try_task_new_batch!(self, self.poll_driver(cx, core));
|
||||
|
||||
// Get a snapshot of which workers are idle
|
||||
cx.shared().idle.snapshot(&mut self.idle_snapshot);
|
||||
|
||||
Reference in New Issue
Block a user