Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Gone away
-
None
-
None
Description
See here:
// TODO later this might be replaced with some sort of pagination
|
const LIMIT = 500;
|
This hard coded fixed limit means that older change points may not be displayed.
You can work around the issue by changing the filters, but a more long term solution may be required.