@nxtedition/lib 23.12.2 → 23.12.3

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 +2 -2
  2. package/package.json +1 -1
package/couch.js CHANGED
@@ -1057,8 +1057,8 @@ class PromiseOutput {
1057
1057
  }
1058
1058
 
1059
1059
  const defaultDispatcher = new Agent({
1060
- pipelining: 4,
1061
- connections: 8,
1060
+ // pipelining: 4,
1061
+ connections: 8 * 4,
1062
1062
  connectTimeout: 2e3,
1063
1063
  })
1064
1064
  const blockingDispatcher = new Agent({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "23.12.2",
3
+ "version": "23.12.3",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",