mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
show correct max_body_size at docs
This commit is contained in:
parent
f034a3af05
commit
2c888f2625
1 changed files with 2 additions and 2 deletions
|
@ -112,10 +112,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
|
|||
|
||||
### Max Body Size
|
||||
|
||||
By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value.
|
||||
By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value.
|
||||
|
||||
```yaml
|
||||
max_body_size: 1mb
|
||||
max_body_size: 10mb
|
||||
```
|
||||
|
||||
### Listen Port
|
||||
|
|
Loading…
Reference in a new issue