fix(benchmark): Fix binary data benchmark for multi-main (#10906)

This commit is contained in:
Tomi Turtiainen
2024-09-20 16:46:31 +03:00
committed by GitHub
parent f1309787b2
commit 56c8077e04
2 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
events {}
http {
client_max_body_size 50M;
access_log off;
upstream backend {
server n8n_main1:5678;
server n8n_main2:5678;