UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

14 lines (10 loc) 269 B
--- title: maxConcurrentRequests --- When using the [update](COMMAND_UPDATE) command, the maximum number of HTTP requests to the npm registry to keep in-flight at any given time. ## Default value ```json title=".synopkgrc.json" { "maxConcurrentRequests": 12 } ```