decrease size limit once again
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
#include "xchat-plugin.h"
|
#include "xchat-plugin.h"
|
||||||
|
|
||||||
#define BUFSIZE 32768
|
#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
|
#ifndef snprintf
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
|
|||||||
Reference in New Issue
Block a user