fix(core): update
This commit is contained in:
parent
a6d52702fd
commit
3d69d97891
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartrequest',
|
||||
version: '2.0.2',
|
||||
version: '2.0.3',
|
||||
description: 'dropin replacement for request'
|
||||
}
|
||||
|
@ -69,8 +69,7 @@ const httpAgent = new plugins.http.Agent({
|
||||
*/
|
||||
const httpAgentKeepAliveFalse = new plugins.https.Agent({
|
||||
maxFreeSockets: 0,
|
||||
keepAlive: false,
|
||||
keepAliveMsecs: 0,
|
||||
keepAlive: false
|
||||
});
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user