mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Make tcp-keepalive default to 300 in internal conf.
We already changed the default in the redis.conf template, but I forgot to change the internal config as well.
This commit is contained in:
parent
7e220a964a
commit
b99ad1bd80
@ -114,7 +114,7 @@ typedef long long mstime_t; /* millisecond time type. */
|
||||
#define CONFIG_DEFAULT_CLUSTER_ANNOUNCE_BUS_PORT 0 /* Use +10000 offset. */
|
||||
#define CONFIG_DEFAULT_DAEMONIZE 0
|
||||
#define CONFIG_DEFAULT_UNIX_SOCKET_PERM 0
|
||||
#define CONFIG_DEFAULT_TCP_KEEPALIVE 0
|
||||
#define CONFIG_DEFAULT_TCP_KEEPALIVE 300
|
||||
#define CONFIG_DEFAULT_PROTECTED_MODE 1
|
||||
#define CONFIG_DEFAULT_LOGFILE ""
|
||||
#define CONFIG_DEFAULT_SYSLOG_ENABLED 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user