fix tail latencies

This commit is contained in:
Carl Lerche 2023-06-23 23:17:50 +00:00
parent cf8dc6710f
commit b3b80a0c69
No known key found for this signature in database
GPG Key ID: DF9E42ECB951A75D

View File

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