mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-03 22:10:15 +00:00
Fix typo where we ended up with multiple WorkerLocksHandler (#16220)
I don't think has caused any actual issues. Introduced in #15891
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Fix typo where we ended up with multiple `WorkerLocksHandler`.
|
||||
@@ -913,6 +913,7 @@ class HomeServer(metaclass=abc.ABCMeta):
|
||||
"""Usage metrics shared between phone home stats and the prometheus exporter."""
|
||||
return CommonUsageMetricsManager(self)
|
||||
|
||||
@cache_in_self
|
||||
def get_worker_locks_handler(self) -> WorkerLocksHandler:
|
||||
return WorkerLocksHandler(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user