Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c136 timelimit = 1000000*ACTIVE_EXPIRE_CYCLE_SLOW_TIME_PERC/server.hz/100; in activeExpireCycle()
H A Dserver.h173 #define ACTIVE_EXPIRE_CYCLE_SLOW_TIME_PERC 25 /* CPU max % for keys collection */ macro