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:
commit
5cd848a2ff
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user