cloudcms-server 3.2.280 → 3.2.281

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -20
  2. package/package.json +1 -2
package/index.js CHANGED
@@ -48,26 +48,6 @@ if (process.env.DEFAULT_HTTP_TIMEOUT_MS)
48
48
  }
49
49
  }
50
50
 
51
- // default agents
52
- var HttpKeepAliveAgent = require('agentkeepalive');
53
- var HttpsKeepAliveAgent = require('agentkeepalive').HttpsAgent;
54
- http.globalAgent = new HttpKeepAliveAgent({
55
- keepAlive: true,
56
- keepAliveMsecs: 1000,
57
- maxSockets: 16000,
58
- maxFreeSockets: 256,
59
- timeout: process.defaultHttpTimeoutMs,
60
- freeSocketTimeout: 30000
61
- });
62
- https.globalAgent = new HttpsKeepAliveAgent({
63
- keepAlive: true,
64
- keepAliveMsecs: 1000,
65
- maxSockets: 16000,
66
- maxFreeSockets: 256,
67
- timeout: process.defaultHttpTimeoutMs,
68
- freeSocketTimeout: 30000
69
- });
70
-
71
51
  // disable for now
72
52
  /*
73
53
  // report http/https socket state every minute
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "name": "cloudcms-server",
8
8
  "description": "Cloud CMS Application Server Module",
9
- "version": "3.2.280",
9
+ "version": "3.2.281",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git://github.com/gitana/cloudcms-server.git"
@@ -16,7 +16,6 @@
16
16
  "@socket.io/redis-adapter": "^7.2.0",
17
17
  "@socket.io/sticky": "^1.0.1",
18
18
  "accepts": "^1.3.8",
19
- "agentkeepalive": "^4.2.1",
20
19
  "alpaca": "^1.5.27",
21
20
  "archiver": "^1.3.0",
22
21
  "async": "^3.2.3",