@nxtedition/lib 21.3.9 → 21.3.10

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/couch.js +1 -1
  2. package/package.json +1 -1
package/couch.js CHANGED
@@ -1059,7 +1059,7 @@ class PromiseOutput {
1059
1059
 
1060
1060
  const defaultDispatcher = new Agent({
1061
1061
  pipelining: 4,
1062
- connections: 32,
1062
+ connections: 8,
1063
1063
  })
1064
1064
 
1065
1065
  export function request(url, opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "21.3.9",
3
+ "version": "21.3.10",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",