mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
- Enable `master` parameter for `uswgi` configuration. It allows cleaning leaked processes if the parent process is closed unexpectedly or with SIGKILL command. Child processes follow to the master and kill themselves after the main process. Fixes #3855