From 46bc28d57a5c21e04e5724f6fc001437515667ba Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 1 Jul 2022 14:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=EF=BC=9A=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E5=8E=8B=E7=BC=A9=E5=92=8Cprotobuf=E7=9C=8B?= =?UTF-8?q?=E6=B5=B7=E5=A4=96=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game-server/app.ts b/game-server/app.ts index bb28a96ac..7bc707ec3 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -102,8 +102,8 @@ app.configure(ALL_ENVS, 'connector', function () { { connector: pinus.connectors.hybridconnector, heartbeat: 60, - useDict: true, - useProtobuf: true + useDict: false, + useProtobuf: false }); app.set('protobufConfig', {