forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-22 05:13:11 +02:00
parent 2b4ca54121
commit d372710613
1 changed files with 1 additions and 1 deletions

View File

@ -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):