mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 14:04:59 -04:00
Use direct references for configuration variables (part 4). (#10893)
This commit is contained in:
parent
a10988983a
commit
47854c71e9
32 changed files with 77 additions and 64 deletions
|
@ -82,7 +82,7 @@ class RoomMemberWorkerStore(EventsWorkerStore):
|
|||
|
||||
if (
|
||||
self.hs.config.worker.run_background_tasks
|
||||
and self.hs.config.metrics_flags.known_servers
|
||||
and self.hs.config.metrics.metrics_flags.known_servers
|
||||
):
|
||||
self._known_servers_count = 1
|
||||
self.hs.get_clock().looping_call(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue