Skip to content

Commit d42469c

Browse files
fix: concurrency option is limited to files now (#796)
1 parent 19fd937 commit d42469c

File tree

6 files changed

+4737
-4765
lines changed

6 files changed

+4737
-4765
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -983,9 +983,9 @@ type:
983983
type concurrency = number;
984984
```
985985

986-
default: `100`
986+
Default: `100`
987987

988-
limits the number of simultaneous requests to fs
988+
Limits the number of simultaneous requests to fs.
989989

990990
**webpack.config.js**
991991

0 commit comments

Comments
 (0)