mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
This fixes an important issue where the realm_users cache could grow beyond 1MB when a Zulip server had more than about 10K users. The result was that Zulip would start 500ing with that size of userbase. There are probably better long-term fixes, but because the realm_users data set caches well, this change should be sufficient to let us handle to 50-100K users or more on that metric (though at some point, we'll start having other problems interacting with the realm_users data set). |
||
|---|---|---|
| .. | ||
| jinja2 | ||
| __init__.py | ||
| backends.py | ||
| dev_settings.py | ||
| dev_urls.py | ||
| email_backends.py | ||
| legacy_urls.py | ||
| prod_settings_template.py | ||
| settings.py | ||
| slack_importer_test_settings.py | ||
| terms.md.template | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||