• M
    Add REDIS_MIN_RESERVED_FDS define for open fds · 771f8ad0
    Matt Stancliff 提交于
    Also update the original REDIS_EVENTLOOP_FDSET_INCR to
    include REDIS_MIN_RESERVED_FDS. REDIS_EVENTLOOP_FDSET_INCR
    exists to make sure more than (maxclients+RESERVED) entries
    are allocated, but we can only guarantee that if we include
    the current value of REDIS_MIN_RESERVED_FDS as a minimum
    for the INCR size.
    771f8ad0
redis.c 120.0 KB