From 4467ab76aad65fe4a86b3dbf0f31cb5b47c9a3c8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 2 Jul 2023 01:23:41 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/servertools/classes.server.ts | 1 - ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a09c939..c9437f2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.59', + version: '2.0.60', description: 'easy serving of static files' } diff --git a/ts/servertools/classes.server.ts b/ts/servertools/classes.server.ts index 9bf6507..908e520 100644 --- a/ts/servertools/classes.server.ts +++ b/ts/servertools/classes.server.ts @@ -105,7 +105,6 @@ export class Server { // general request handlling this.expressAppInstance.use((req, res, next) => { - req.setTimeout(60 * 1000); next(); }); diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index a09c939..c9437f2 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.59', + version: '2.0.60', description: 'easy serving of static files' }