mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Previously we were doing 100 queries for new messages being sent to the main hacker school channels; they were faster than many similar instances because they were all done within 1 transaction, but still, send_message_backend would be spending up to 200ms (and 148 queries) querying the database with the previous code on prod; this new version should do a fixed number of database queries per message. (imported from commit 3799e63aebb6f017932ddb0fe1f6209281c0ddcf) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| servers | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||