c
This commit is contained in:
parent
d8ea05ab3d
commit
77aca1df74
3 changed files with 2 additions and 5 deletions
|
@ -427,7 +427,7 @@ def reportbugs(v):
|
|||
return redirect(f'{SITE_FULL}/post/{BUG_THREAD}')
|
||||
|
||||
@app.post("/@<username>/message")
|
||||
@limiter.limit("1/second;2/minute;10/hour;50/day")
|
||||
@limiter.limit("1/second;10/minute;20/hour;50/day")
|
||||
@is_not_permabanned
|
||||
def message2(v, username):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue