mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Run ls in parallel so can parallelise the slow ModTime operations
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
Todo
|
||||
* FIXME: More -dry-run checks for object transfer
|
||||
* FIXME ls is very slow also - need to run mtimes in parallel
|
||||
* Ignoring the pseudo directories
|
||||
* if object.PseudoDirectory {
|
||||
* fmt.Printf("%9s %19s %s\n", "Directory", "-", fs.Remote())
|
||||
* Check logging in various parts
|
||||
* Make logging controllable with flags (mostly done)
|
||||
* progress meter would be nice! Do this by wrapping the Reader with a progress bar
|
||||
|
||||
Reference in New Issue
Block a user