summary refs log tree commit diff
path: root/synapse/replication/tcp/handler.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-07Support any process writing to cache invalidation stream. (#7436)Erik Johnston1-35/+7
2020-05-06Stop Auth methods from polling the config on every req. (#7420)<