From 23c4d59cb94bd7519b1e6205e557f7952ad2e3b3 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Mon, 14 Apr 2014 18:35:51 +0200 Subject: [PATCH] added async requests difference (instead of absolute value) --- js/apps/system/aardvark/statistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/system/aardvark/statistics.js b/js/apps/system/aardvark/statistics.js index 7bc34220a6..920aee4bee 100644 --- a/js/apps/system/aardvark/statistics.js +++ b/js/apps/system/aardvark/statistics.js @@ -420,7 +420,7 @@ function computeStatisticsRaw (start) { } current = { - asyncRequests: n1, + asyncRequests: n1 - m1, asyncRequestsPercentChange: d1, clientConnections: n2, clientConnectionsPercentChange: d2,