mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
+ Increase static buffer size
This commit is contained in:
parent
b56702e670
commit
d9271bfec8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user