Skip to content

Commit 8f6687d

Browse files
committed
Don't enable keepAlive, in case this is causing intersystems-community#1428
1 parent 8de2f80 commit 8f6687d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ export class AtelierAPI {
306306
const http = this._config.https ? httpsModule : httpModule;
307307
if (!this._agent) {
308308
this._agent = new http.Agent({
309-
keepAlive: true,
310-
maxSockets: 10,
309+
//keepAlive: true,
310+
//maxSockets: 10,
311311
rejectUnauthorized: https && vscode.workspace.getConfiguration("http").get("proxyStrictSSL"),
312312
});
313313
}

0 commit comments

Comments
 (0)