From b304dee79826d9c6167f0320be362ee3d097fe49 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Fri, 20 Nov 2020 14:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=97=B6=E9=97=B4=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/game-server/app.ts b/game-server/app.ts index fd253e0ae..b5e855b75 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -152,6 +152,7 @@ app.configure('production|development|local', function () { app.route('gm', routeUtil.gm); // filter configures + app.filter(new pinus.filters.time()); app.filter(new pinus.filters.timeout()); app.filter(checkEventFilter(app));