forked-synapse/synapse/storage
Richard van der Hoff f2049a8d21
Fix a potentially-huge sql query (#7274)
We could end up looking up tens of thousands of events, which could cause large
amounts of data to be logged to the postgres log.
2020-04-15 10:16:35 +01:00
..
data_stores Fix a potentially-huge sql query (#7274) 2020-04-15 10:16:35 +01:00
engines Only import sqlite3 when type checking (#7155) 2020-03-27 13:20:00 +00:00
schema Only run one background update at a time 2020-03-31 17:43:58 +01:00
util
__init__.py
_base.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
background_updates.py Update docstring per review comments 2020-04-03 10:51:32 +01:00
database.py bg update to clear out duplicate outbound_device_list_pokes (#7193) 2020-04-07 23:06:39 +01:00
keys.py
persist_events.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00
prepare_database.py Only run one background update at a time 2020-03-31 17:43:58 +01:00
presence.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py Add some type annotations in synapse.storage (#6987) 2020-02-27 11:53:40 +00:00