diff options
author | Erik Johnston <erik@matrix.org> | 2018-01-11 11:15:20 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-01-11 11:37:39 +0000 |
commit | 7cd34512d850fce57bdf1dcfb3f61d5315baf639 (patch) | |
tree | 29376ebd4014e07dfd7932c7a286d5dd09d2fe1c /CHANGES.rst | |
parent | Merge branch 'master' of github.com:matrix-org/synapse into develop (diff) | |
download | synapse-7cd34512d850fce57bdf1dcfb3f61d5315baf639.tar.xz |
When using synctl with workers, don't start the main synapse automatically
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index dcf9adc95c..24e4e7a384 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Unreleased +========== + +synctl no longer starts the main synapse when using ``-a`` option with workers. +A new worker file should be added with ``worker_app: synapse.app.homeserver`` + + Changes in synapse v0.26.0 (2018-01-05) ======================================= |