mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
eed59dcc1e
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. |
||
---|---|---|
.. | ||
caches | ||
__init__.py | ||
async.py | ||
distributor.py | ||
frozenutils.py | ||
httpresourcetree.py | ||
jsonobject.py | ||
logcontext.py | ||
logutils.py | ||
manhole.py | ||
metrics.py | ||
msisdn.py | ||
ratelimitutils.py | ||
retryutils.py | ||
rlimit.py | ||
stringutils.py | ||
versionstring.py | ||
wheel_timer.py |