mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix persist_events to stop leaking opentracing contexts (#10193)
This commit is contained in:
parent
18edc9ab06
commit
52c60bd0a9
1
changelog.d/10193.misc
Normal file
1
changelog.d/10193.misc
Normal file
@ -0,0 +1 @@
|
||||
Improve OpenTracing for event persistence.
|
@ -111,7 +111,7 @@ class _EventPersistQueueItem:
|
||||
backfilled: bool
|
||||
deferred: ObservableDeferred
|
||||
|
||||
parent_opentracing_span_contexts: List = []
|
||||
parent_opentracing_span_contexts: List = attr.ib(factory=list)
|
||||
"""A list of opentracing spans waiting for this batch"""
|
||||
|
||||
opentracing_span_context: Any = None
|
||||
|
Loading…
Reference in New Issue
Block a user