summary refs log tree commit diff
path: root/synapse/config/workers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow configuration of CPU affinityRichard van der Hoff2017-08-151-0/+1
* Add a frontend proxyErik Johnston2017-07-071-0/+2
* Remove unused worker config optionErik Johnston2017-04-041-1/+0
* Update all the workers and master to use TCP replicationErik Johnston2017-04-031-0/+3
* Make worker listener config backwards compatErik Johnston2017-01-201-0/+10
* Use worker_ prefixes for worker config, use existing support for multiple con...Mark Haines2016-06-161-41/+8
* Access the event_cache_size directly from the server object.Mark Haines2016-06-161-14/+0
* 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