0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-18 09:08:55 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Richard van der Hoff 44a498418c Optimise LoggingContext creation and copying
It turns out that the only thing we use the __dict__ of LoggingContext for is
`request`, and given we create lots of LoggingContexts and then copy them every
time we do a db transaction or log line, using the __dict__ seems a bit
redundant. Let's try to optimise things by making the request attribute
explicit.
2018-01-16 15:49:42 +00:00
Richard van der Hoff a6ad8148b9 Fix name of test_logcontext
The file under test is logcontext.py, not log_context.py
2017-10-17 10:53:34 +01:00
Renamed from tests/util/test_log_context.py (Browse further)