mirror of https://github.com/zulip/zulip.git
Update documentation on Frontend buddy list performance.
This commit is contained in:
parent
307f25308c
commit
b3f731e2b5
|
@ -605,12 +605,6 @@ running Zulip with a large team (>1000 users).
|
|||
likely the first part of any project to support exchanging events
|
||||
amongst multiple servers.
|
||||
|
||||
* The first scalability issue encountered by a very large realm (more
|
||||
than a few thousand users), will be with the [frontend buddy list
|
||||
perf and UI](https://github.com/zulip/zulip/issues/262). Fixing
|
||||
this should be a small project; the code for that part of the UI
|
||||
layer doesn't do proper incremental updates.
|
||||
|
||||
Questions, concerns, and bug reports about this area of Zulip are very
|
||||
welcome! This is an area we are hoping to improve.
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
[Unreleased]
|
||||
- Fixed rerendering the complete buddy list whenever a user came back from
|
||||
idle, which was a significant performance issue in larger realms.
|
||||
- Fixed the disabling of desktop notifications from 1.3.7 for new users.
|
||||
- Fixed the (admin) create_user API enforcing restricted_to_domain, even
|
||||
if that setting was disabled for the realm.
|
||||
|
|
Loading…
Reference in New Issue