Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-01-12 17:16:47 +01:00
commit 4b775525ff
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class MonitoredQueuedThreadPool extends QueuedThreadPool
@ManagedAttribute("the number of tasks executed")
public long getTasks()
{
return taskLatencyStats.getTotal();
return taskLatencyStats.getCount();
}
/**