forked-synapse/synapse/streams
Erik Johnston d04e2ff3a4 Fix incredubly slow back pagination query
If a client didn't specify a from token when paginating backwards
synapse would attempt to query the (global) maximum topological token.
This a) doesn't make much sense since they're room specific and b) there
are no indices that lets postgres do this efficiently.
2016-10-24 13:35:51 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
config.py Clamp pagination limits to at most 1000 2016-01-14 10:22:02 +00:00
events.py Fix incredubly slow back pagination query 2016-10-24 13:35:51 +01:00