decrease savebuffer size

This commit is contained in:
dborth 2010-07-17 06:34:14 +00:00
parent 3c8221b1f4
commit 64686c5b62

View File

@ -18,7 +18,7 @@
#include <fat.h> #include <fat.h>
#include <unistd.h> #include <unistd.h>
#define SAVEBUFFERSIZE (1024 * 1024 * 2) #define SAVEBUFFERSIZE (1024 * 512)
void InitDeviceThread(); void InitDeviceThread();
void ResumeDeviceThread(); void ResumeDeviceThread();