summary refs log tree commit diff
path: root/synapse/config/workers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use worker_ prefixes for worker config, use existing support for multiple ↵Mark Haines2016-06-161-41/+8
| | | | config files
* Access the event_cache_size directly from the server object.Mark Haines2016-06-161-14/+0
| | | | | This means that the workers can override the event_cache_size directly without clobbering the value in the main synapse config.
* Access replication_url from the worker config directlyMark Haines2016-06-161-4/+0
|
* Comment on what's going on in clobber_with_worker_configMark Haines2016-06-161-1/+12
|
* Add worker config moduleMark Haines2016-06-161-0/+71