From: Iain Patterson Date: Sun, 12 Jan 2014 19:27:02 +0000 (+0000) Subject: Bigger I/O buffer. X-Git-Tag: v2.22~67 X-Git-Url: http://git.iain.cx/?p=nssm.git;a=commitdiff_plain;h=ae28ecf7fa65f215af2c5af8f1ad79a82dc105ad Bigger I/O buffer. We set a small logging buffer size when testing. The buffer should be bigger for a final release. --- 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) {