MatrixSynapse/synapse
Erik Johnston eed59dcc1e Fix has_any_entity_changed
Occaisonally has_any_entity_changed would throw the error: "Set changed
size during iteration" when taking the max of the `sorteddict`. While
its uncertain how that happens, its quite inefficient to iterate over
the entire dict anyway so we change to using the more traditional
`bisect_*` functions.
2017-06-09 11:44:01 +01:00
..
api
app
appservice
config
crypto
events
federation Remove spurious log lines 2017-06-07 11:05:17 +01:00
handlers Merge pull request #2258 from matrix-org/erikj/user_dir 2017-06-07 14:04:50 +01:00
http
metrics
push Fix typo when getting app name 2017-06-06 11:50:07 +01:00
replication
rest
static/client
storage Ensure we don't use unpersisted state group as prev group 2017-06-08 11:59:57 +01:00
streams
util Fix has_any_entity_changed 2017-06-09 11:44:01 +01:00
__init__.py
event_auth.py
notifier.py Don't start user_directory handling on workers 2017-06-07 12:02:53 +01:00
python_dependencies.py
server.py
server.pyi
state.py Ensure we don't use unpersisted state group as prev group 2017-06-08 11:59:57 +01:00
types.py
visibility.py