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