Browse Source
Merge pull request #2937 from yefimov-andrey/change-min-aggr-2.5
changed minimal aggregation interval to 1/7 (v.2.5.3)
pull/3079/head
Igor Kulikov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 = 7; |
|
|
|
//const AVG_LIMIT = 200;
|
|
|
|
//const MAX_LIMIT = 500;
|
|
|
|
|
|
|
|
|