z3APA3A 10 лет назад
Родитель
Сommit
b56702e670
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/common.c

+ 1 - 1
src/common.c

@@ -603,7 +603,7 @@ void lognone(struct clientparam * param, const unsigned char *s) {
 }
 pthread_mutex_t log_mutex;
 int logmutexinit = 0;
-unsigned char tmpbuf[4096];
+unsigned char tmpbuf[8192];
 
 void logstdout(struct clientparam * param, const unsigned char *s) {
 	FILE *log;