Home
last modified time | relevance | path

Searched refs:COMPRESS_MAX (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c106 #define COMPRESS_MAX (1 << 16) macro
108 if (compress > COMPRESS_MAX) { in quicklistSetCompressDepth()
109 compress = COMPRESS_MAX; in quicklistSetCompressDepth()