Skip to content

Fix db import progress bar stuck before 100%#87

Merged
peterjaap merged 1 commit into
qoliber:mainfrom
Aquive:fix/db-import-progress-final-update
Apr 19, 2026
Merged

Fix db import progress bar stuck before 100%#87
peterjaap merged 1 commit into
qoliber:mainfrom
Aquive:fix/db-import-progress-final-update

Conversation

@Aquive
Copy link
Copy Markdown
Contributor

@Aquive Aquive commented Apr 19, 2026

Summary

  • progress bar now reaches 100% instead of stopping at the last tick before ending (e.g. 98.9%).

Fire the final progress callback when the underlying reader returns
io.EOF with n == 0 (as os.File does). Previously the bar could finish
at e.g. 98.9% because the last throttled update was skipped.
@peterjaap peterjaap merged commit abe1235 into qoliber:main Apr 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants