summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-03-19 10:48:45 +0100
committerGitHub <noreply@github.com>2020-03-19 09:48:45 +0000
commit443162e57724c34099215732eda690ea25cb1e4c (patch)
tree49407854e702ec4feb98d7c1e7ecc202e0e4a3c9 /changelog.d
parentImprove get auth chain difference algorithm. (#7095) (diff)
downloadsynapse-443162e57724c34099215732eda690ea25cb1e4c.tar.xz
Move pusherpool startup into _base.setup (#7104)
This should be safe to do on all workers/masters because it is guarded by
a config option which will ensure it is only actually done on the worker
assigned as a pusher.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7104.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7104.misc b/changelog.d/7104.misc
new file mode 100644
index 0000000000..ec5c004bbe
--- /dev/null
+++ b/changelog.d/7104.misc
@@ -0,0 +1 @@
+Merge worker apps together.