forked from rDrama/rDrama
1
0
Fork 0

fix "too many packets in payload" error

master
Aevann 2023-10-26 19:20:05 +03:00
parent 2d4a3364af
commit dc5fd77f0f
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ from files.classes.orgy import *
from files.__main__ import app, cache, limiter
from engineio.payload import Payload
Payload.max_decode_packets = 50
socketio = SocketIO(
app,
async_mode='gevent',