Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h142 #define CONFIG_DEFAULT_LFU_DECAY_TIME 1 macro
H A Dconfig.c2171 …eConfigNumericalOption(state,"lfu-decay-time",server.lfu_decay_time,CONFIG_DEFAULT_LFU_DECAY_TIME);
H A Dserver.c1610 server.lfu_decay_time = CONFIG_DEFAULT_LFU_DECAY_TIME; in initServerConfig()