Files
zulip/zerver/lib/cache.py
Hashir Sarwar 9911ec3e6d cache: Add long_term_idle in realm_user_dict_fields.
We need this field to avoid O(N) database operations
while fetching realm user data for clients with
`user_avatar_url_field_optional` flag enabled.

Part of #15287.
2020-06-18 20:23:10 -07:00

27 KiB