1
0
Fork 0

added async requests difference (instead of absolute value)

This commit is contained in:
Frank Celler 2014-04-14 18:35:51 +02:00
parent 8dadcfc19d
commit 23c4d59cb9
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ function computeStatisticsRaw (start) {
}
current = {
asyncRequests: n1,
asyncRequests: n1 - m1,
asyncRequestsPercentChange: d1,
clientConnections: n2,
clientConnectionsPercentChange: d2,