summary refs log tree commit diff
path: root/synapse/metrics/_gc.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/metrics/_gc.py')
-rw-r--r--synapse/metrics/_gc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/metrics/_gc.py b/synapse/metrics/_gc.py

index 296e0a59cb..d3aedcaef1 100644 --- a/synapse/metrics/_gc.py +++ b/synapse/metrics/_gc.py
@@ -129,7 +129,7 @@ def install_gc_manager() -> None: gc_unreachable.labels(i).set(unreachable) gc_task = task.LoopingCall(_maybe_gc) - gc_task.start(0.1) # type: ignore[unused-awaitable] + gc_task.start(0.1) # type: ignore[unused-awaitable] #