From ae28ecf7fa65f215af2c5af8f1ad79a82dc105ad Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sun, 12 Jan 2014 19:27:02 +0000 Subject: [PATCH] Bigger I/O buffer. We set a small logging buffer size when testing. The buffer should be bigger for a final release. --- io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.cpp b/io.cpp index 072061e..cc85673 100644 --- a/io.cpp +++ b/io.cpp @@ -395,7 +395,7 @@ unsigned long WINAPI log_and_rotate(void *arg) { size = l.QuadPart; } - char buffer[80]; + char buffer[1024]; void *address; unsigned long in, out; while (true) { -- 2.20.1