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

Asynchronous operations #26

Open
solracsf opened this issue Sep 4, 2020 · 0 comments
Open

Asynchronous operations #26

solracsf opened this issue Sep 4, 2020 · 0 comments

Comments

@solracsf
Copy link

solracsf commented Sep 4, 2020

With rclone when using --vfs-cache-mode full (https://rclone.org/commands/rclone_mount/#vfs-cache-mode-full) all copy operations are made in the background.

This means that when you copy 100 files from one folder to the mounted drive, this is instantaneous (users perspective, even if the "real" upload is made on the background and so, files will not appear on the server instantly) and you don't have the copy window more than the local copy time.

With KS2, the window is displayed in the foreground until the upload is finished.

The thing is that it should have a queue to retry files that hasn't been uploaded for any reason (internet or PC shutdown while uploading) otherwise, it is useless.

An option in the Advanced tab to activate this (disabled by default) would be a great enhancement. 👍


In addition, having a refresh/poll time would be awesome too.
Similar to https://rclone.org/commands/rclone_mount/#vfs-directory-cache

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

No branches or pull requests

1 participant