From 0dd1c68b09560c243d351991f40ae9fd0e18bece Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 8 Jun 2016 22:52:43 +0200 Subject: [PATCH] added missing changes for previous commits --- config.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 38cb00988..d20c35882 100644 --- a/config.h +++ b/config.h @@ -21,10 +21,8 @@ #define VERSION "v0.5-" _GIT_REV /** Default number of values in a message */ -#define DEFAULT_MSGVALUES 64 - -/** Maximum number of messages in the circular history buffer */ -#define DEFAULT_POOLSIZE 32 +#define DEFAULT_VALUES 64 +#define DEFAULT_QUEUELEN 1024 /** Width of log output in characters */ #define LOG_WIDTH 132