From 64686c5b62363b2e4a6a8dc15f0b71ecc9d7b764 Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 17 Jul 2010 06:34:14 +0000 Subject: [PATCH] decrease savebuffer size --- source/fileop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fileop.h b/source/fileop.h index a1a48cd..63f6c3b 100644 --- a/source/fileop.h +++ b/source/fileop.h @@ -18,7 +18,7 @@ #include #include -#define SAVEBUFFERSIZE (1024 * 1024 * 2) +#define SAVEBUFFERSIZE (1024 * 512) void InitDeviceThread(); void ResumeDeviceThread();