netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Download emoji command should run concurrently #53

Closed 0verbyte closed 6 years ago

0verbyte commented 6 years ago

When downloading emojis we should download them concurrently to speed things up when workspaces have lots of custom emojis.

netromdk commented 6 years ago

This should be added to the Downloader class after #54. Perhaps with the option of doing it sequentially or concurrently (and how many connections to use).