Opened 9 years ago
Closed 9 years ago
#1997 closed enhancement (fixed)
The "Changed items" tab in the job dialog must limit the number of items
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.8 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
If a lot of items has been changed by a single job (example: importing 500000 annotations to 5000 items) the "Changed items" tab will try to list them all.
This typically results in an OutOfMemoryError
.
Note:
See TracTickets
for help on using tickets.
(In [7117]) Fixes #1997: The "Changed items" tab in the job dialog must limit the number of items
There is now a limit of 1000 items displayed in the "Change history". It would have been nice with full-fledged support for pagination and filtering but this requires a lot more work and is probably not worth the effort. Until someone really asks for it we'll just keep it simple.