Files
zulip/zerver/lib/cache_helpers.py
Alex Vandiver 654acaa6cf cache_helpers: Stop pre-filling the non-narrow user cache.
This is simply too time-intensive, at scale, to perform during the
critical period of an upgrade.  The most performance-critical
codepaths (Tornado and presence) have moved to the narrow user cache,
which we continue to pre-fill.
2025-02-18 12:17:54 -08:00

5.0 KiB