-
- Downloads
Handle replication commands synchronously where possible (#7876)
Most of the stuff we do for replication commands can be done synchronously. There's no point spinning up background processes if we're not going to need them.
Showing
- changelog.d/7876.bugfix 1 addition, 0 deletionschangelog.d/7876.bugfix
- changelog.d/7876.misc 1 addition, 0 deletionschangelog.d/7876.misc
- synapse/replication/tcp/handler.py 66 additions, 49 deletionssynapse/replication/tcp/handler.py
- synapse/replication/tcp/protocol.py 28 additions, 17 deletionssynapse/replication/tcp/protocol.py
- synapse/replication/tcp/redis.py 17 additions, 20 deletionssynapse/replication/tcp/redis.py
changelog.d/7876.bugfix
0 → 100644
changelog.d/7876.misc
0 → 100644
Please register or sign in to comment