mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
This calculates the largest amount of messages sent within a month for the last 3 months. The query is targeted for the specific use-case in this function - for finding the count for a specific server. For calculating this in bulk for a large number of remote server an adapted, bulk query will be needed - rather than running this one in a loop, which would likely be very inefficient. |
||
|---|---|---|
| .. | ||
| lib | ||
| management | ||
| migrations | ||
| tests | ||
| views | ||
| __init__.py | ||
| models.py | ||
| urls.py | ||