Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h141 #define CONFIG_DEFAULT_LFU_LOG_FACTOR 10 macro
H A Dconfig.c2170 …eConfigNumericalOption(state,"lfu-log-factor",server.lfu_log_factor,CONFIG_DEFAULT_LFU_LOG_FACTOR);
H A Dserver.c1609 server.lfu_log_factor = CONFIG_DEFAULT_LFU_LOG_FACTOR; in initServerConfig()