Open DanielUranga opened 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.
Sounds good, will keep a note of it. Looking into squashing some bugs at the moment though.
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.