discourse/plugins/chat/app/services
Alan Guo Xiang Tan 14d54872f0
PERF: Use MessageBus.last_ids instead of MessageBus.last_id for chat (#19523)
Prior to this change, each request executed 2 Redis calls per chat channel
that was loaded. The number of Redis calls quickly adds up once a user
is following multiple channels.
2022-12-20 08:20:45 +08:00
..
chat_message_destroyer.rb FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
chat_publisher.rb PERF: Use MessageBus.last_ids instead of MessageBus.last_id for chat (#19523) 2022-12-20 08:20:45 +08:00