Skip to content

Commit

Permalink
MM-55312: Bump MaxNotificationsPerChannel (#662)
Browse files Browse the repository at this point in the history
By default, this number was 1000 which didn't allow
typing events to be sent for channels with larger
member counts.

https://mattermost.atlassian.net/browse/MM-55312
  • Loading branch information
agnivade authored Nov 7, 2023
1 parent 2b78c37 commit 4b6d936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/terraform/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ func (t *Terraform) updateAppConfig(siteURL string, sshc *ssh.Client, jobServerE

cfg.TeamSettings.MaxUsersPerTeam = model.NewInt(50000)
cfg.TeamSettings.EnableOpenServer = model.NewBool(true)
cfg.TeamSettings.MaxNotificationsPerChannel = model.NewInt64(100000)

cfg.ClusterSettings.GossipPort = model.NewInt(8074)
cfg.ClusterSettings.StreamingPort = model.NewInt(8075)
Expand Down

0 comments on commit 4b6d936

Please sign in to comment.