Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix entity command batch progress bar #5096

Merged
merged 1 commit into from Mar 15, 2022
Merged

Fix entity command batch progress bar #5096

merged 1 commit into from Mar 15, 2022

Conversation

leymannx
Copy link
Contributor

Let's assume there are only 5 entities, but chunk size is set as 250. The progress bar shows "5" => "0%" for one second and immediately switch to "250" => "100%". While the progress should only rise by the actual number of entity IDs in the current $chunk.

Let's assume there are only 5 entities, but chunk size is set as 250. The progress bar shows "5" => "0%" for one second and immediately switch to "250" => "100%". While the progress should only rise by the actual number of entity IDs in the current `$chunk`.
@weitzman weitzman merged commit 287400c into drush-ops:11.x Mar 15, 2022
@leymannx leymannx deleted the patch-1 branch March 15, 2022 22:49
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.

None yet

2 participants