This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
MatrixSynapse
mirror of
https://github.com/matrix-org/synapse
Watch
1
Star
0
Fork
You've already forked MatrixSynapse
0
Code
Issues
Releases
Wiki
Activity
5ab7146e19
MatrixSynapse
/
changelog.d
/
15272.misc
2 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove no-op send_command for Redis replication. (#15274) With Redis commands do not need to be re-issued by the main process (they fan-out to all processes at once) and thus it is no longer necessary to worry about them reflecting recursively forever.
2023-03-16 16:13:30 +01:00
Clean-up direct TCP replication code.