fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-29 15:45:04 +02:00
parent a6d52702fd
commit 3d69d97891
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartrequest',
version: '2.0.2',
version: '2.0.3',
description: 'dropin replacement for request'
}

View File

@ -69,8 +69,7 @@ const httpAgent = new plugins.http.Agent({
*/
const httpAgentKeepAliveFalse = new plugins.https.Agent({
maxFreeSockets: 0,
keepAlive: false,
keepAliveMsecs: 0,
keepAlive: false
});
/**