fix(core): update

This commit is contained in:
2023-01-04 15:59:31 +01:00
parent 1723275215
commit 0d2885ace4
5 changed files with 4347 additions and 13685 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartproxy',
version: '3.0.38',
version: '3.0.39',
description: 'a proxy for handling high workloads of proxying'
}

View File

@ -284,8 +284,8 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g=
});
});
});
this.httpsServer.keepAliveTimeout = 61000;
this.httpsServer.headersTimeout = 65000;
this.httpsServer.keepAliveTimeout = 600 * 1000;
this.httpsServer.headersTimeout = 600 * 1000;
this.httpsServer.on('connection', (connection: plugins.net.Socket) => {
this.socketMap.add(connection);