It seems that `max-concurrent-downloads` and `max-concurrent-uploads`
are supported in Windows for `config.json`. Though that was not
mentioned in the docs for dockerd.md.
This fix adds the following to the example `config.json` file for Windows:
```
"max-concurrent-downloads": 3,
"max-concurrent-uploads": 5,
```
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| ... | ... |
@@ -1208,6 +1208,8 @@ This is a full example of the allowed configuration options on Windows: |
| 1208 | 1208 |
"graph": "", |
| 1209 | 1209 |
"cluster-store": "", |
| 1210 | 1210 |
"cluster-advertise": "", |
| 1211 |
+ "max-concurrent-downloads": 3, |
|
| 1212 |
+ "max-concurrent-uploads": 5, |
|
| 1211 | 1213 |
"shutdown-timeout": 15, |
| 1212 | 1214 |
"debug": true, |
| 1213 | 1215 |
"hosts": [], |