Merge branch 'master' into feature/getuserinfo

This commit is contained in:
Ajay Ramachandran
2020-10-14 18:34:27 -04:00
committed by GitHub
16 changed files with 516 additions and 48 deletions

View File

@@ -51,5 +51,18 @@
],
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic"],
"maxNumberOfActiveWarnings": 3,
"hoursAfterWarningExpires": 24
"hoursAfterWarningExpires": 24,
"rateLimit": {
"vote": {
"windowMs": 900000,
"max": 20,
"message": "Too many votes, please try again later",
"statusCode": 429
},
"view": {
"windowMs": 900000,
"max": 20,
"statusCode": 200
}
}
}