We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de2f80 commit 8f6687dCopy full SHA for 8f6687d
src/api/index.ts
@@ -306,8 +306,8 @@ export class AtelierAPI {
306
const http = this._config.https ? httpsModule : httpModule;
307
if (!this._agent) {
308
this._agent = new http.Agent({
309
- keepAlive: true,
310
- maxSockets: 10,
+ //keepAlive: true,
+ //maxSockets: 10,
311
rejectUnauthorized: https && vscode.workspace.getConfiguration("http").get("proxyStrictSSL"),
312
});
313
}
0 commit comments