diff --git a/src/api/index.ts b/src/api/index.ts index 240ce898..73f8157a 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -306,8 +306,8 @@ export class AtelierAPI { const http = this._config.https ? httpsModule : httpModule; if (!this._agent) { this._agent = new http.Agent({ - keepAlive: true, - maxSockets: 10, + //keepAlive: true, + //maxSockets: 10, rejectUnauthorized: https && vscode.workspace.getConfiguration("http").get("proxyStrictSSL"), }); }