+ Increase static buffer size

This commit is contained in:
z3APA3A 2015-12-27 19:45:15 +03:00
parent b56702e670
commit d9271bfec8

View File

@ -309,7 +309,7 @@ struct datatype;
struct dictionary; struct dictionary;
struct node; struct node;
struct property; struct property;
extern unsigned char tmpbuf[4096]; extern unsigned char tmpbuf[8192];
extern pthread_mutex_t config_mutex; extern pthread_mutex_t config_mutex;
extern pthread_mutex_t bandlim_mutex; extern pthread_mutex_t bandlim_mutex;
extern pthread_mutex_t hash_mutex; extern pthread_mutex_t hash_mutex;