mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-11 02:54:20 -05:00
d9aa645f86
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. |
||
---|---|---|
.. | ||
v1 | ||
v2_alpha | ||
__init__.py | ||
transactions.py | ||
versions.py |