From e8464a74616b7ccd1269d09a0be4bb9244b05ea8 Mon Sep 17 00:00:00 2001 From: iovar Date: Sat, 15 Nov 2008 15:12:18 +0000 Subject: Changed CACHE_FILE_SIZE_LIMIT back to 500 Mb ( 500*1<<20 ) git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@567 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/src/rmd_cache_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recordmydesktop') diff --git a/recordmydesktop/src/rmd_cache_frame.c b/recordmydesktop/src/rmd_cache_frame.c index 2a1683a..a702ef0 100644 --- a/recordmydesktop/src/rmd_cache_frame.c +++ b/recordmydesktop/src/rmd_cache_frame.c @@ -38,7 +38,7 @@ #define BYTES_PER_MB (1024 * 1024) #define CACHE_OUT_BUFFER_SIZE (4 * 1024) -#define CACHE_FILE_SIZE_LIMIT (5 * 1024 * 1024) +#define CACHE_FILE_SIZE_LIMIT (500 * 1024 * 1024) static int FlushBlock(unsigned char *buf, -- cgit v1.2.3