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:
commit
4b775525ff
|
@ -105,7 +105,7 @@ public class MonitoredQueuedThreadPool extends QueuedThreadPool
|
|||
@ManagedAttribute("the number of tasks executed")
|
||||
public long getTasks()
|
||||
{
|
||||
return taskLatencyStats.getTotal();
|
||||
return taskLatencyStats.getCount();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue