From 9b6b9e41fe8c19d2e6d69eddd2620aa79a3e8f70 Mon Sep 17 00:00:00 2001 From: nordmif Date: Wed, 10 Jun 2020 19:17:38 +0300 Subject: [PATCH] changed minimal aggregation interval to 1/5 --- ui/src/app/api/time.service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/api/time.service.js b/ui/src/app/api/time.service.js index 93c0db302c..ea09940b9e 100644 --- a/ui/src/app/api/time.service.js +++ b/ui/src/app/api/time.service.js @@ -25,7 +25,7 @@ const DAY = 24 * HOUR; const MIN_INTERVAL = SECOND; const MAX_INTERVAL = 365 * 20 * DAY; -const MIN_LIMIT = 10; +const MIN_LIMIT = 5; //const AVG_LIMIT = 200; //const MAX_LIMIT = 500;