add comment

pull/216/head
Aevann 2023-10-26 19:17:50 +03:00
parent aeee820c33
commit 2d4a3364af
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}