forked from rDrama/rDrama
1
0
Fork 0

increase casino_ratelimit from 2000/hour to 5000/hour

master
Aevann 2023-08-30 21:35:17 +03:00
parent 4ed9eb4277
commit 282799a745
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Service(Enum):
CHAT = auto()
DEFAULT_RATELIMIT = "30/minute;200/hour;1000/day"
CASINO_RATELIMIT = "100/minute;2000/hour;20000/day"
CASINO_RATELIMIT = "100/minute;5000/hour;20000/day"
PUSH_NOTIF_LIMIT = 1000