mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
Cluster: node timeout is now configurable.
This commit is contained in:
@ -1261,6 +1261,7 @@ void initServerConfig() {
|
||||
server.repl_ping_slave_period = REDIS_REPL_PING_SLAVE_PERIOD;
|
||||
server.repl_timeout = REDIS_REPL_TIMEOUT;
|
||||
server.cluster_enabled = 0;
|
||||
server.cluster_node_timeout = REDIS_CLUSTER_DEFAULT_NODE_TIMEOUT;
|
||||
server.cluster_configfile = zstrdup("nodes.conf");
|
||||
server.lua_caller = NULL;
|
||||
server.lua_time_limit = REDIS_LUA_TIME_LIMIT;
|
||||
|
Reference in New Issue
Block a user