Browse Source

Reduce BUF_SIZE

metaverse
jl777 6 years ago
parent
commit
26d07cbbd5
  1. 2
      src/cryptoconditions/src/internal.h

2
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;

Loading…
Cancel
Save