mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 13:01:32 +00:00
Added a define to set the size threshold to enable the multi bulk parsing big objects optimization.
This commit is contained in:
@ -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% */
|
||||
|
Reference in New Issue
Block a user