summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-16Use worker_ prefixes for worker config, use existing support for multiple ↵Mark Haines5-79/+33
config files
2016-06-16Access the event_cache_size directly from the server object.Mark Haines5-21/+10
This means that the workers can override the event_cache_size directly without clobbering the value in the main synapse config.
2016-06-16<