docs: fix worker_overflow_count (#5988)

This commit is contained in:
Joan Antoni RE 2023-09-07 21:16:52 +02:00 committed by GitHub
parent aad1892ab5
commit fb3ae0a254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -474,7 +474,7 @@ impl RuntimeMetrics {
///
/// This metric only applies to the **multi-threaded** scheduler.
///
/// The worker steal count starts at zero when the runtime is created and
/// The worker overflow count starts at zero when the runtime is created and
/// increases by one each time the worker attempts to schedule a task
/// locally, but its local queue is full. When this happens, half of the
/// local queue is moved to the injection queue.