changed minimal aggregation interval to 1/5

This commit is contained in:
nordmif 2020-06-10 19:17:38 +03:00
parent a532ded5ae
commit 9b6b9e41fe

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 = 5;
//const AVG_LIMIT = 200;
//const MAX_LIMIT = 500;