-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Feature request: Number of files in queue at core/stats #5892
Copy link
Copy link
Closed
Description
What is your current rclone version (output from rclone version)?
1.57.0
What problem are you are trying to solve?
I want to know if the sync-job has finished transfering files / how many files still have to be transfered.
How do you think rclone should be changed to solve that?
core/stats (https://rclone.org/rc/#core-stats) shows the currently active file transfers at "transferring", but with the default value of 4 for parallel transfers this shows only the 4 active transfers, but not those which are currently waiting.
I suggets a new parameter like "queue" or "files in queue" which shows the files currently in the queue.
Reactions are currently unavailable