Enlarge connection buffer size and logline_maxlen.

This commit is contained in:
Arnaud Cornet 2008-11-23 15:09:24 +01:00
parent c21db5a556
commit 0f0d0427b8
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#include <openssl/bio.h>
#endif
#define CONN_BUFFER_SIZE 2048
#define CONN_BUFFER_SIZE 8192
#define CONN_OK 1
#define CONN_TIMEOUT 2

View File

@ -23,7 +23,7 @@
#include "util.h"
#define MAX_PATH_LEN 1024
#define LOGLINE_MAXLEN 512
#define LOGLINE_MAXLEN 2048
#define S_PRIVATES "privates"