From 2c888f2625ee221ea18bf81d0c54781ef6d257d4 Mon Sep 17 00:00:00 2001 From: oleg Date: Tue, 29 May 2018 15:28:23 +0300 Subject: [PATCH] show correct max_body_size at docs --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 4f4a3c240..daa13f627 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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