From 26d07cbbd543b5031f360235c4a577a7c6ad27b3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 18 Aug 2018 03:19:28 -1100 Subject: [PATCH] Reduce BUF_SIZE --- src/cryptoconditions/src/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptoconditions/src/internal.h b/src/cryptoconditions/src/internal.h index 3010a0bb2..41080186e 100644 --- a/src/cryptoconditions/src/internal.h +++ b/src/cryptoconditions/src/internal.h @@ -28,7 +28,7 @@ extern "C" { #endif -#define BUF_SIZE 65536 // does it really need to be 1 MB?? 1024 * 1024 +#define BUF_SIZE 4096 typedef char bool;