-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
6.0.0
In ItemList, we only display the first X elements in the table, and the rest are kept in tail.
The tail is initialized to 1000 elements, event though there might be none.
We should avoid wasting this memory.