diff --git a/files/routes/chat.py b/files/routes/chat.py index f8a9fe2cc..b1977e55d 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -23,7 +23,7 @@ from files.__main__ import app, cache, limiter socketio = SocketIO( app, async_mode='gevent', - max_http_buffer_size=8388608, + max_http_buffer_size=8388608, #for images ) muted = cache.get(f'muted') or {}