From b741cbf9ba4504d0a7d4abf4a0f33e3496efcb0c Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Wed, 24 Sep 2025 21:33:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=80=B2=E4=B8=80=E6=AD=A5=E8=A7=A3?= =?UTF-8?q?=E9=99=A4=E5=82=B3=E8=BC=B8=E6=9C=80=E5=A4=A7=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.ts b/server/main.ts index 120cbe8..abebb4a 100644 --- a/server/main.ts +++ b/server/main.ts @@ -39,7 +39,7 @@ const httpServer: HttpServerLike = ( http.createServer(app) ) const io = new SocketIo.Server(httpServer, { - maxHttpBufferSize: 1e9, + maxHttpBufferSize: 1e114514, }) ApiManager.initServer(httpServer, io)