Reduce BUF_SIZE

This commit is contained in:
jl777
2018-08-18 03:19:28 -11:00
parent 7b257028f8
commit 26d07cbbd5

View File

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