mirror of https://github.com/zulip/zulip.git
48a3975ec0
The previous implementation used run_parallel incorrectly, passing it a set of very small jobs (each was to download a single file), which meant that we'd end up forking once for every file to download. This correct implementation sends each of N threads 1/N of the files to download, which is more consistent with the goal of distributing the download work between N threads. |
||
---|---|---|
.. | ||
__init__.py | ||
gitter.py | ||
hipchat.py | ||
hipchat_attachment.py | ||
hipchat_subscriber.py | ||
hipchat_user.py | ||
import_util.py | ||
sequencer.py | ||
slack.py | ||
slack_message_conversion.py |