mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Implemented on Zulip Cloud support view only since this information isn't relevant for self-hosted support actions. Looking up the realm's currently used upload space adds 3 database queries to the support view test as there is no RealmCount data for the upload quota used in the test. And therefore installation_epoch is called for the realm. With RealmCount upload quota used data, only 2 additional database queries would be made for the realm's support view data.