mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:06:02 -04:00
Update all the workers and master to use TCP replication
This commit is contained in:
parent
3a1f3f8388
commit
36c28bc467
9 changed files with 255 additions and 397 deletions
|
@ -29,6 +29,9 @@ class WorkerConfig(Config):
|
|||
self.worker_log_file = config.get("worker_log_file")
|
||||
self.worker_log_config = config.get("worker_log_config")
|
||||
self.worker_replication_url = config.get("worker_replication_url")
|
||||
self.worker_replication_host = config.get("worker_replication_host", None)
|
||||
self.worker_replication_port = config.get("worker_replication_port", None)
|
||||
self.worker_name = config.get("worker_name", self.worker_app)
|
||||
|
||||
if self.worker_listeners:
|
||||
for listener in self.worker_listeners:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue