---
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
}
```
