mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
Increase static bufer
This commit is contained in:
parent
9876172e0b
commit
b56702e670
@ -603,7 +603,7 @@ void lognone(struct clientparam * param, const unsigned char *s) {
|
|||||||
}
|
}
|
||||||
pthread_mutex_t log_mutex;
|
pthread_mutex_t log_mutex;
|
||||||
int logmutexinit = 0;
|
int logmutexinit = 0;
|
||||||
unsigned char tmpbuf[4096];
|
unsigned char tmpbuf[8192];
|
||||||
|
|
||||||
void logstdout(struct clientparam * param, const unsigned char *s) {
|
void logstdout(struct clientparam * param, const unsigned char *s) {
|
||||||
FILE *log;
|
FILE *log;
|
||||||
|
Loading…
Reference in New Issue
Block a user