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: Copying a large number of empty files and folders on the USB drive, with incorrect progress bar statistics #1674

Merged
merged 1 commit into from
Dec 27, 2023

Commits on Dec 27, 2023

  1. fix: Copying a large number of empty files and folders on the USB dri…

    …ve, with incorrect progress bar statistics
    
    The reason for the inaccurate data statistics here is that we calculated the size of the directory as 4096, but in the write statistics of the USB drive, we calculated the size by reading and writing how many block blocks were written. The size of the directory and the 0kb file were calculated as a numerical value in the USB drive, which caused our own calculated values to not match. When modifying the statistics size, we are copying thread blocking statistics and then using our own statistics method.
    
    Log: Copying a large number of empty files and folders on the USB drive, with incorrect progress bar statistics
    Bug: https://pms.uniontech.com/bug-view-236707.html
    liyigang1 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    2627b69 View commit details
    Browse the repository at this point in the history