-
Notifications
You must be signed in to change notification settings - Fork 671
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
Progress reporting shows incorrect amounts with vfs #6933
Comments
Treat virtual file creation as a size-less action, similar to propagating renames or deletions.
Treat virtual file creation as a size-less action, similar to propagating renames or deletions.
@ckamm could you please specify what are the steps to test this issue? Also what is the expected result |
@HanaGemela Enable VFS. Have a online-only folder. Add a file there on the server, say one with 100 MB. When the file is propagated by a sync (via creation of a local placeholder) the progress indicator shouldn't pretend it downloads 100 MB. This is also noticable during initial sync. |
TestedTested with 2.6.0-daily20190426 (build 11674) |
Also tested on Windows with 2.6.0daily20190425 (build 11620). The above was macOS |
The progress reporting isn't aware that files will not actually be downloaded and shows progress as if downloads are happening.
@hodyroff Thanks for testing!
The text was updated successfully, but these errors were encountered: