From 9bdcf2969ee85a968213c2c2433c81d1548d2164 Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 17 Jul 2010 06:34:02 +0000 Subject: [PATCH] increase save buffer size (fix issue 541) --- source/fileop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fileop.h b/source/fileop.h index 58c9310..cd9d0fd 100644 --- a/source/fileop.h +++ b/source/fileop.h @@ -21,7 +21,7 @@ #include #include -#define SAVEBUFFERSIZE (1024 * 128) +#define SAVEBUFFERSIZE (1024 * 512) void InitDeviceThread(); void ResumeDeviceThread();