Merge pull request #719 from okv/fix-default-max-body-size-at-docs

Fix default max body size at docs
This commit is contained in:
Juan Picado @jotadeveloper 2018-05-30 14:25:56 +02:00 committed by GitHub
commit 5a604d4e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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