@warerebel/azureblobstoragehelper
Advanced tools
Comparing version 0.8.6 to 0.9.0
@@ -10,3 +10,3 @@ "use strict"; | ||
this.knownFilesystems = []; | ||
this.agent = new https_1.Agent({ keepAlive: true, maxSockets: 100 }); | ||
this.agent = new https_1.Agent({ maxSockets: 100 }); | ||
} | ||
@@ -13,0 +13,0 @@ executeRequest(httpOptions, content, callback) { |
{ | ||
"name": "@warerebel/azureblobstoragehelper", | ||
"version": "0.8.6", | ||
"version": "0.9.0", | ||
"description": "Module to ease the storing of data in azure gen2 blob storage", | ||
@@ -5,0 +5,0 @@ "main": "dist/azureBlobStorage.js", |
@@ -28,3 +28,3 @@ import {request as httpsRequest, Agent} from "https"; | ||
this.knownFilesystems = []; | ||
this.agent = new Agent({keepAlive: true, maxSockets: 100}); | ||
this.agent = new Agent({maxSockets: 100}); | ||
} | ||
@@ -31,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64415