mirror of https://mirror.osredm.com/root/redis.git
Update src/server.h
Co-authored-by: debing.sun <debing.sun@redis.com>
This commit is contained in:
parent
ba41ec3f84
commit
86176a41c2
|
@ -518,7 +518,7 @@ typedef enum {
|
|||
/* Anti-warning macro... */
|
||||
#define UNUSED(V) ((void) V)
|
||||
|
||||
#define ZSKIPLIST_MAXLEVEL 32 /* Should be enough for 2^64 elements */
|
||||
#define ZSKIPLIST_MAXLEVEL 32 /* Should be enough for 2^64 elements */
|
||||
#define ZSKIPLIST_P_DENOMINATOR 4 /* Skiplist P = 1/4 */
|
||||
#define ZSKIPLIST_MAX_SEARCH 10
|
||||
|
||||
|
|
Loading…
Reference in New Issue