forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-13 16:19:18 +02:00
parent 7e75211049
commit 25a130f593
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ def api_is_repost():
@app.post("/submit")
@app.post("/h/<sub>/submit")
@limiter.limit("1/second;6/minute;200/hour;1000/day")
@limiter.limit("1/second;2/minute;10/hour;50/day")
@auth_required
def submit_post(v, sub=None):