diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-11-15 15:12:18 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-11-15 15:12:18 +0000 |
commit | e8464a74616b7ccd1269d09a0be4bb9244b05ea8 (patch) | |
tree | 9d0f982989435cfdd3e0200b9e199c173795b645 /recordmydesktop/src | |
parent | 13fb741159a84f876759603dd9ecfdba436c6fd6 (diff) |
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
Diffstat (limited to 'recordmydesktop/src')
-rw-r--r-- | recordmydesktop/src/rmd_cache_frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |