redis: add missing constant
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 10 Nov 2014 06:57:48 +0000 (07:57 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 10 Nov 2014 06:57:48 +0000 (07:57 +0100)
src/redis.c

index f1a88b2..f5bb304 100644 (file)
@@ -39,6 +39,7 @@
 #define REDIS_DEF_TIMEOUT 2000
 #define MAX_REDIS_NODE_NAME 64
 #define MAX_REDIS_PASSWD_LENGTH 512
+#define MAX_REDIS_VAL_SIZE 256
 
 /* Redis plugin configuration example:
  *