diff --git a/src/connection.h b/src/connection.h index cb53ac1..9c98720 100644 --- a/src/connection.h +++ b/src/connection.h @@ -39,7 +39,7 @@ #include #endif -#define CONN_BUFFER_SIZE 2048 +#define CONN_BUFFER_SIZE 8192 #define CONN_OK 1 #define CONN_TIMEOUT 2 diff --git a/src/log.h b/src/log.h index 1d0cee2..1405b4c 100644 --- a/src/log.h +++ b/src/log.h @@ -23,7 +23,7 @@ #include "util.h" #define MAX_PATH_LEN 1024 -#define LOGLINE_MAXLEN 512 +#define LOGLINE_MAXLEN 2048 #define S_PRIVATES "privates"