mixpanel-node icon indicating copy to clipboard operation
mixpanel-node copied to clipboard

Support user provided http agent

Open wille opened this issue 3 years ago • 0 comments

Allows us to use keepalive to increase performance

var mixpanel = Mixpanel.init('<YOUR_TOKEN>', {
    protocol: 'https',
    agent: new https.Agent({ keepAlive: true }),
});

wille avatar May 21 '21 11:05 wille