yongkangchen / remote-sync

Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported.
https://atom.io/packages/remote-sync
MIT License
237 stars 71 forks source link

Feature request: Use "mapLimit" instead of "mapSeries" on "DownloadAllCommand" #450

Open DanielUranga opened 7 years ago

DanielUranga commented 7 years ago

Here: https://github.com/yongkangchen/remote-sync/blob/master/lib/commands/DownloadAllCommand.coffee#L12

mapSeries could be used instead of mapLimit in order to support file download concurrency when downloading multiple files.

daverickdunn commented 7 years ago

Sounds good, will keep a note of it. Looking into squashing some bugs at the moment though.