(more sane standard location for this sort of thing) The one difference here is that previously, `start_doing_background_updates ()` only ran on the main Synapse instance. But since it now lives in `start_background_tasks()`, it will run on the worker that supposed to `run_background_tasks`. Doesn't seem like a problem though.
2 lines
89 B
Plaintext
2 lines
89 B
Plaintext
Move `start_doing_background_updates()` to `SynapseHomeServer.start_background_tasks()`.
|