From 1a8c55df38f385c7c34f96c199c111ab5b8ea4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Arturo=20Cabral=20Mej=C3=ADa?= Date: Thu, 2 Feb 2023 19:51:27 -0500 Subject: [PATCH] chore: increase max payload size to 262144 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo Arturo Cabral Mejía --- resources/default-settings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default-settings.yaml b/resources/default-settings.yaml index 3ef3b33..dd23f01 100755 --- a/resources/default-settings.yaml +++ b/resources/default-settings.yaml @@ -30,7 +30,7 @@ paymentsProcessors: - "3.225.112.64" - "::ffff:3.225.112.64" network: - maxPayloadSize: 131072 + maxPayloadSize: 262144 remoteIpHeader: x-forwarded-for idleTimeout: 60 workers: