Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dconfig.c945 server.maxclients + CONFIG_FDSET_INCR)
948 server.maxclients + CONFIG_FDSET_INCR) == AE_ERR)
H A Dserver.h199 #define CONFIG_FDSET_INCR (CONFIG_MIN_RESERVED_FDS+96) macro
H A Dserver.c2051 server.el = aeCreateEventLoop(server.maxclients+CONFIG_FDSET_INCR); in initServer()