chore: 進一步解除傳輸最大限制
This commit is contained in:
@@ -39,7 +39,7 @@ const httpServer: HttpServerLike = (
|
|||||||
http.createServer(app)
|
http.createServer(app)
|
||||||
)
|
)
|
||||||
const io = new SocketIo.Server(httpServer, {
|
const io = new SocketIo.Server(httpServer, {
|
||||||
maxHttpBufferSize: 1e9,
|
maxHttpBufferSize: 1e114514,
|
||||||
})
|
})
|
||||||
|
|
||||||
ApiManager.initServer(httpServer, io)
|
ApiManager.initServer(httpServer, io)
|
||||||
|
|||||||
Reference in New Issue
Block a user