@antora/playbook-builder 3.1.5 → 3.1.6

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.
@@ -167,7 +167,7 @@ module.exports = {
167
167
  fetch_concurrency: {
168
168
  doc: 'The maximum number of fetch or clone operations that are permitted to run at once. Use 0 for unlimited.',
169
169
  format: 'int',
170
- default: 0,
170
+ default: 1,
171
171
  },
172
172
  plugins: {
173
173
  credential_manager: {
@@ -181,6 +181,11 @@ module.exports = {
181
181
  default: undefined,
182
182
  },
183
183
  },
184
+ read_concurrency: {
185
+ doc: 'The maximum number of git indexes that are read into memory at once. Use 0 for unlimited.',
186
+ format: 'int',
187
+ default: 0,
188
+ },
184
189
  },
185
190
  network: {
186
191
  http_proxy: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antora/playbook-builder",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "OpenDevise Inc. (https://opendevise.com)",