diff --git a/handlers.js b/handlers.js index 3be3f23..7136bba 100644 --- a/handlers.js +++ b/handlers.js @@ -10,10 +10,7 @@ const TeamFortress2 = require('./index.js'); const Language = require('./language.js'); const Schema = require('./protobufs/generated/_load.js'); -const httpClient = new HttpClient({ - httpAgent: new HttpAgent({ keepAlive: true, timeout: 10000 }), - httpsAgent: new HttpsAgent({ keepAlive: true, timeout: 10000 }) -}); +const httpClient = new HttpClient({ httpAgent: new HttpAgent(), httpsAgent: new HttpsAgent() }); const handlers = TeamFortress2.prototype._handlers;