summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-22Add config option to disable media_repo on main synapseRichard van der Hoff4-9/+30
... to stop us doing the cache cleanup jobs on the master.
2017-11-22Build MediaRepositoryResource as a homeserver dependencyRichard van der Hoff4-5/+19
This avoids the scenario where we have four different PreviewUrlResources configured on a single app, each of which have their own caches and cache clearing jobs.
2017-11-21Improve documentation of workersRichard van der Hoff1