Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h102 #define CONFIG_DEFAULT_SLOWLOG_LOG_SLOWER_THAN 10000 macro
H A Dconfig.c2192 …e,"slowlog-log-slower-than",server.slowlog_log_slower_than,CONFIG_DEFAULT_SLOWLOG_LOG_SLOWER_THAN);
H A Dserver.c1716 server.slowlog_log_slower_than = CONFIG_DEFAULT_SLOWLOG_LOG_SLOWER_THAN; in initServerConfig()