Skip to content

Commit 7dfaf7c

Browse files
committed
bump buffer_size to 4096
1 parent 1b799ab commit 7dfaf7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Determines whether debugging information should be printed to stderr.
55
#define DEBUG 0
66
// Determines the size of the internal buffer, used for manipulating and storing key values, etc.
7-
#define BUFFER_SIZE 1024
7+
#define BUFFER_SIZE 4096
88
// Determines the size of the "emulated" NVRAM, used by nvram_get_nvramspace().
99
#define NVRAM_SIZE 2048
1010
// Determines the maximum size of the user-supplied output buffer when a length is not supplied.

0 commit comments

Comments
 (0)