mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
This improves the approach of creating multiple parallel processes by using subprocess.Popen() instead of run_parallel() and subprocess.call() while exporting an organization's message history. This prevents forking twice for individual subprocess. While this has some performance benefit, the main reason to fix this is that it fixes an issue with the data export web UI introduced in run_parallel forks exited). Fixes #12904.
65 KiB
65 KiB