decrease size limit once again

This commit is contained in:
berkeviktor@aol.com 2011-01-12 19:09:37 +01:00
parent 669a6a66cb
commit daf9f6b510

View File

@ -37,7 +37,7 @@
#include "xchat-plugin.h"
#define BUFSIZE 32768
#define DEFAULT_MAX_HASH_SIZE 536870912 /* default size is 512 MB */
#define DEFAULT_MAX_HASH_SIZE 268435456 /* default size is 256 MB */
#ifndef snprintf
#define snprintf _snprintf