allow chat users to upload images higher than 1,000,000 bytes

pull/200/head
Aevann 2023-09-05 22:45:00 +03:00
parent 3623d8b265
commit 07a5beac1c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from files.__main__ import app, cache, limiter
socketio = SocketIO(
app,
async_mode='gevent',
max_http_buffer_size=8388608,
)
sessions = []