summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-07-18 11:13:30 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-18 11:13:30 -0400
commit4ecd79f9e64dd387b822a37873b8a1185c7af26e (patch)
tree561888d16cbb57f8d5fb3e01fd437226cd6e18fc /webapp/utils
parent4e16ea32e385799dfef34e4c9528239ba71dbf7f (diff)
downloadchat-4ecd79f9e64dd387b822a37873b8a1185c7af26e.tar.gz
chat-4ecd79f9e64dd387b822a37873b8a1185c7af26e.tar.bz2
chat-4ecd79f9e64dd387b822a37873b8a1185c7af26e.zip
Added default to max users per team (#3602)
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index fda0508af..3dd507540 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -764,6 +764,7 @@ export const Constants = {
}
},
OVERLAY_TIME_DELAY: 400,
+ DEFAULT_MAX_USERS_PER_TEAM: 50,
MIN_TEAMNAME_LENGTH: 4,
MAX_TEAMNAME_LENGTH: 15,
MIN_USERNAME_LENGTH: 3,