MatrixSynapse/synapse/rest
Erik Johnston d9aa645f86 Reduce size of joined_user cache
The _get_joined_users_from_context cache stores a mapping from user_id
to avatar_url and display_name. Instead of storing those in a dict,
store them in a namedtuple as that uses much less memory.

We also try converting the string to ascii to further reduce the size.
2017-04-25 14:38:51 +01:00
..
client Reduce size of joined_user cache 2017-04-25 14:38:51 +01:00
key Fix code for reporting old verify keys in synapse 2017-04-24 18:51:25 +01:00
media Address review comments 2017-03-14 14:15:37 +00:00
__init__.py Finish implementing RM endpoint 2017-04-11 15:01:39 +01:00