diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-12-02 16:07:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 16:07:06 +0000 |
commit | b50e39df578adc3f86c5efa16bee9035cfdab61b (patch) | |
tree | fc10a957a5ef6b04a70ea5fb28799bc9f31467f3 /changelog.d | |
parent | Fix media repository failing when media store path contains symlinks (#11446) (diff) | |
download | synapse-b50e39df578adc3f86c5efa16bee9035cfdab61b.tar.xz |
Avoid waiting for zombie processes in `synctl stop` (#11490)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11490.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11490.feature b/changelog.d/11490.feature new file mode 100644 index 0000000000..4cb97dc1d0 --- /dev/null +++ b/changelog.d/11490.feature @@ -0,0 +1 @@ +`synctl stop` will now wait for Synapse to exit before returning. |