Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h104 #define CONFIG_DEFAULT_MAX_CLIENTS 10000 macro
H A Dconfig.c2164 rewriteConfigNumericalOption(state,"maxclients",server.maxclients,CONFIG_DEFAULT_MAX_CLIENTS);
H A Dserver.c1602 server.maxclients = CONFIG_DEFAULT_MAX_CLIENTS; in initServerConfig()