From b212acf312ad640455fa715427ac19e6930dc61d Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 24 Nov 2016 05:26:45 -0800 Subject: PLT-4429 disabling at_all at_channel metions mentions when channel has more than 1k users (#4627) * PLT-4429 disabling explicit mentions when channel has more than 1k users * Fixing test case * Adding setting to the admin console * Fixing bad translation --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index dbf2eacf7..0815aae30 100644 --- a/config/config.json +++ b/config/config.json @@ -51,7 +51,8 @@ "RestrictPublicChannelManagement": "all", "RestrictPrivateChannelManagement": "all", "UserStatusAwayTimeout": 300, - "MaxChannelsPerTeam": 2000 + "MaxChannelsPerTeam": 2000, + "MaxNotificationsPerChannel": 1000 }, "SqlSettings": { "DriverName": "mysql", -- cgit v1.2.3-1-g7c22