mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
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_attachment.py | ||
| hipchat_subscriber.py | ||
| hipchat_user.py | ||
| hipchat.py | ||
| import_util.py | ||
| sequencer.py | ||
| slack_message_conversion.py | ||
| slack.py | ||