anonymousland-synapse/synapse
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
..
api
app Actually make it work 2018-01-12 10:39:27 +00:00
appservice
config Actually make it work 2018-01-12 10:39:27 +00:00
crypto
events
federation Metrics for events processed in appservice and fed sender 2018-01-15 18:23:24 +00:00
groups
handlers Metrics for events processed in appservice and fed sender 2018-01-15 18:23:24 +00:00
http Reorganise request and block metrics 2018-01-15 17:09:44 +00:00
metrics mechanism to render metrics with alternative names 2018-01-15 17:04:39 +00:00
module_api
push
replication Metrics for number of RDATA commands received 2018-01-15 17:45:55 +00:00
rest Merge pull request #2767 from matrix-org/erikj/media_storage_refactor 2018-01-16 10:23:50 +00:00
static/client
storage Fix a logcontext leak in persist_events 2018-01-16 11:47:36 +00:00
streams
util Optimise LoggingContext creation and copying 2018-01-16 15:49:42 +00:00
__init__.py Bump version and changelog 2018-01-05 10:54:01 +00:00
event_auth.py Fix templating error with unban permission message 2018-01-07 19:52:58 -07:00
notifier.py
python_dependencies.py
server.py
server.pyi
state.py
types.py
visibility.py