anonymousland-synapse/synapse/storage
Richard van der Hoff 15bf32e062 Use monotonic clock where possible for metrics
Fixes intermittent errors observed on Apple hardware which were caused by
time.clock() appearing to go backwards when called from different threads.

Also fixes a bug where database activity times were logged as 1/1000 of their
correct ratio due to confusion between milliseconds and seconds.
2019-06-19 21:09:43 +01:00
..
engines
schema Merge pull request #5320 from matrix-org/hawkowl/full-schema-v1 2019-06-06 18:35:38 +01:00
util
__init__.py Move event background updates to a separate file 2019-05-30 11:22:59 +01:00
_base.py Use monotonic clock where possible for metrics 2019-06-19 21:09:43 +01:00
account_data.py
appservice.py
background_updates.py
client_ips.py
deviceinbox.py Fix bug sending federation transactions with lots of EDUs 2019-06-10 16:22:45 +01:00
devices.py Prevent multiple device list updates from breaking a batch send (#5156) 2019-06-06 23:54:00 +01:00
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py
event_push_actions.py
events.py Move event background updates to a separate file 2019-05-30 11:22:59 +01:00
events_bg_updates.py Update synapse/storage/events_bg_updates.py 2019-05-30 14:06:42 +01:00
events_worker.py Fix background updates to handle redactions/rejections (#5352) 2019-06-06 00:45:46 +10:00
filtering.py
group_server.py
keys.py Fix key verification when key stored with null valid_until_ms 2019-06-10 15:37:10 +01:00
media_repository.py
monthly_active_users.py
openid.py
prepare_database.py Merge pull request #5320 from matrix-org/hawkowl/full-schema-v1 2019-06-06 18:35:38 +01:00
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Fix defaults on checking threepids 2019-06-10 23:09:31 +01:00
rejections.py
relations.py
room.py
roommember.py Fetch membership counts all at once 2019-05-30 15:25:41 +01:00
search.py
signatures.py
state.py
state_deltas.py
stats.py Fix 2019-06-03 17:42:52 +01:00
stream.py Better words 2019-06-06 11:09:38 +01:00
tags.py
transactions.py
user_directory.py
user_erasure_store.py