]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Added a define to set the size threshold to enable the multi bulk parsing big objects...
[redis.git] / src / redis.h
index b923f59e068b6dd40de273faaa63c1500dd0efd5..b5e954fdc3d1625757cb55d0c9d40e19251184d4 100644 (file)
@@ -59,6 +59,7 @@
 
 #define REDIS_REPL_TIMEOUT 60
 #define REDIS_REPL_PING_SLAVE_PERIOD 10
+#define REDIS_MBULK_BIG_ARG (1024*32)
 
 /* Hash table parameters */
 #define REDIS_HT_MINFILL        10      /* Minimal hash table fill 10% */