We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b799ab commit 7dfaf7cCopy full SHA for 7dfaf7c
1 file changed
config.h
@@ -4,7 +4,7 @@
4
// Determines whether debugging information should be printed to stderr.
5
#define DEBUG 0
6
// Determines the size of the internal buffer, used for manipulating and storing key values, etc.
7
-#define BUFFER_SIZE 1024
+#define BUFFER_SIZE 4096
8
// Determines the size of the "emulated" NVRAM, used by nvram_get_nvramspace().
9
#define NVRAM_SIZE 2048
10
// Determines the maximum size of the user-supplied output buffer when a length is not supplied.
0 commit comments