Merge pull request #2937 from yefimov-andrey/change-min-aggr-2.5

changed minimal aggregation interval to 1/7 (v.2.5.3)
This commit is contained in:
Igor Kulikov 2020-07-08 15:31:24 +03:00 committed by GitHub
commit 5cd848a2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;