mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Optionally split out the pushers into a separate process
This commit is contained in:
parent
78741cf025
commit
a3ac837599
5 changed files with 217 additions and 1 deletions
|
@ -28,6 +28,7 @@ class ServerConfig(Config):
|
|||
self.print_pidfile = config.get("print_pidfile")
|
||||
self.user_agent_suffix = config.get("user_agent_suffix")
|
||||
self.use_frozen_dicts = config.get("use_frozen_dicts", True)
|
||||
self.start_pushers = config.get("start_pushers", True)
|
||||
|
||||
self.listeners = config.get("listeners", [])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue