From e7c18b40a6069d054da9d0b25071aa7617d5e15f Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 23 Jul 2014 11:39:15 +0200 Subject: [PATCH] fixed statistics interval --- js/common/modules/org/arangodb/statistics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/modules/org/arangodb/statistics.js b/js/common/modules/org/arangodb/statistics.js index c3f3b63eff..f6e22c3ea8 100644 --- a/js/common/modules/org/arangodb/statistics.js +++ b/js/common/modules/org/arangodb/statistics.js @@ -471,7 +471,7 @@ function compute15Minute (start, clusterId) { /// @brief statistics interval //////////////////////////////////////////////////////////////////////////////// -exports.STATISTICS_INTERVAL = 1000; +exports.STATISTICS_INTERVAL = 10; //////////////////////////////////////////////////////////////////////////////// /// @brief statistics interval for history