fds
This commit is contained in:
parent
18f5ab938b
commit
44a02198a2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if SITE in ('pcmemes.net', 'localhost'):
|
|||
return render_template("chat.html", v=v)
|
||||
|
||||
@socketio.on('speak')
|
||||
@limiter.limit("3/second;30/minute")
|
||||
@limiter.limit("5/second;30/minute")
|
||||
@auth_required
|
||||
def speak(data, v):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue