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
Note: for small files, you should use more threads.
Fuse implementations on Linux(libfuse2) and Windows(WinFsp) are different. On Linux, a new copy thread starts after a file has been uploaded to the server and a response is received that the upload was successful or not. On Windows, a new copy thread starts before a file has been uploaded to the server and a response is received. That's why throughput on Windows is higher than on Linux. To get more info, see the issue in WinFsp repo.