Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c2268 mstime_t this_idle = now - nack->delivery_time; in xclaimCommand() local
2269 if (this_idle < minidle) continue; in xclaimCommand()