feat(chats): increase chat entries to 400

This commit is contained in:
SabreCat
2023-08-11 14:34:27 -05:00
parent ac4e6490d9
commit 464e4f10b2
+1 -1
View File
@@ -67,7 +67,7 @@ export const SPAM_MESSAGE_LIMIT = 2;
export const SPAM_WINDOW_LENGTH = 60000; // 1 minute
export const SPAM_MIN_EXEMPT_CONTRIB_LEVEL = 4;
export const MAX_CHAT_COUNT = 200;
export const MAX_CHAT_COUNT = 400;
export const MAX_SUBBED_GROUP_CHAT_COUNT = 400;
export const schema = new Schema({