Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
trunk
-
None
-
None
-
QA
Description
The default values of start and end, in case they aren't specified are as follows:
start <optional param>
By default, it is set to (end - (10 * entityFrequency)).
end <optional param>
Default is set to now.
So, when only start is specified, it still takes the default value of end as now. Therefore, if a start time of say 2012 is specified, the output will be a massive 3 years worth instance information. If just start is specified, we can probably take the default value of end as start + (10*frequency), as is for the vice versa case.