scrclean: Let's make buffers little bigger, fixes cleanup of big softlists (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2011-12-05 12:55:08 +00:00
parent 3f1e25efc4
commit fd068dc5c0

View File

@ -48,7 +48,7 @@
CONSTANTS & DEFINES
***************************************************************************/
#define MAX_FILE_SIZE (10 * 1024 * 1024)
#define MAX_FILE_SIZE (32 * 1024 * 1024)