You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The total would be the same, but there could be multiple different progresses. In the example image, the green color has more progress than the green color.
I'm using this library for showing progress of copying a MongoDB database. I have a progress bar for each collection I'm copying. The write progress will always be <= read progress, because each document has to be read first. So with the example green is write progress and blue is read progress.
The text was updated successfully, but these errors were encountered:
The total would be the same, but there could be multiple different progresses. In the example image, the green color has more progress than the green color.
I'm using this library for showing progress of copying a MongoDB database. I have a progress bar for each collection I'm copying. The write progress will always be <= read progress, because each document has to be read first. So with the example green is write progress and blue is read progress.
The text was updated successfully, but these errors were encountered: