Skip to content

Increase number of chat messages and expiration

Jan Provaznik requested to merge jp-chat-size into master

What does this MR do and why?

  • increases expiration time of Redis chat stream to 3 days (chat is kept for 3 days since last message was added)
  • increases stream size to 50 messages (we keep last 50 messages in the stream)

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/414787

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports