mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
The message cache filling script actually used both database and memcached queries as part of filling the cache (all used to compute the needed display_recipient values). We would ideally fix this by using bulk operations to fill the display_recipient cache, but until we do so, this cache filler is counterproductive. I believe this disabling fixes an issue where memcached would get overloaded and stop handling requests during a server restart on busy servers.
5.0 KiB
5.0 KiB