Opened 11 years ago
Closed 11 years ago
#1698 closed enhancement (fixed)
Improved progress reporting in annotation importer
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.2 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
This importer report 100% progress after the entire file has been parsed, but if a lot of items has been update the database commit can take quite a lot of time. We can't actually monitor the commit action, but I think the file parsing should stop at about 90% and then a status update with 'Saving to database...' should be displayed as a last step.
Change History (2)
comment:1 Changed 11 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [6060]) Fixes #1698: Improved progress reporting in annotation importer