Relax chat rate limiter.

This commit is contained in:
Ben Rog-Wilhelm 2023-08-27 14:56:39 -05:00
parent 0d54fb7e7f
commit 16a8f0f2da

View file

@ -109,7 +109,7 @@ def chat(v):
@socketio.on('speak') @socketio.on('speak')
@limiter.limit("3/second;10/minute") @limiter.limit("3/second")
@chat_is_allowed() @chat_is_allowed()
def speak(data, v): def speak(data, v):
limiter.check() limiter.check()