From 5bbf808ca89ca09937f2bd8f4be35ef171e1aa5b Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Mon, 12 Apr 2021 10:41:41 +0200 Subject: [PATCH] :hammer: Minor changes --- docs/reference/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 88fa14cbc..7a1e1a8e4 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -281,13 +281,13 @@ export CREDENTIALS_OVERWRITE_DATA={CREDENTIAL_NAME:{ PARAMATER: Value }} ## Maximum payload limit -The default maximum incoming payload limit is **16MB**. To increase the maximum payload limit use, the following format. +The default maximum incoming payload limit is **16MB**. To increase the maximum payload limit, the following format. ```bash export N8N_PAYLOAD_SIZE_MAX=VALUE ``` -The value is in MB. For example, if you want to set the limit to 32MB, use `N8N_PAYLOAD_SIZE_MAX=32`. +The value should be in megabytes. For example, if you want to set the limit to 32MB, use `N8N_PAYLOAD_SIZE_MAX=32`. ## Configuration via file