We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6021656 commit 623a748Copy full SHA for 623a748
synapse/app/homeserver.py
@@ -430,9 +430,7 @@ async def _start_when_reactor_running() -> None:
430
431
await _base.start(hs, freeze)
432
433
- # TODO: This should be moved to `SynapseHomeServer.start_background_tasks` (not
434
- # `HomeServer.start_background_tasks`) (this way it matches the behavior of only
435
- # running on `main`)
+ # TODO: Feels like this should be moved somewhere else.
436
hs.get_datastores().main.db_pool.updates.start_doing_background_updates()
437
438
# Register a callback to be invoked once the reactor is running
0 commit comments