Update src/server.h

Co-authored-by: debing.sun <debing.sun@redis.com>
This commit is contained in:
mingmingtsao 2024-01-18 11:56:49 +08:00 committed by GitHub
parent ba41ec3f84
commit 86176a41c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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