From 49c9be915984b6c1c5840a57c022443ddc1a2496 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Wed, 27 Oct 2021 19:20:52 +0100 Subject: [PATCH] Set MG_IO_SIZE -> 128 --- examples/http-reverse-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-reverse-proxy/Makefile b/examples/http-reverse-proxy/Makefile index 6ec568ba..6360715b 100644 --- a/examples/http-reverse-proxy/Makefile +++ b/examples/http-reverse-proxy/Makefile @@ -1,5 +1,5 @@ PROG ?= example -CFLAGS ?= -DMG_IO_SIZE=64 +CFLAGS ?= -DMG_IO_SIZE=128 MBEDTLS_DIR ?= ifeq "$(MBEDTLS_DIR)" ""