added account-based ratelimiting

This commit is contained in:
Mystikfluu
2022-06-09 18:58:14 +02:00
parent a01db193dc
commit 07e36cd2d3
3 changed files with 38 additions and 6 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"api": {
"reset_time": 10000,
"max_without_session": 20,
"max_with_session": 60
"max_with_session": 60,
"max_per_account": 30
},
"user": {
"reset_time": 30000,