mirror of
https://github.com/fluencelabs/redis
synced 2025-05-03 14:32:14 +00:00
set default client timeout to zero inside redis.h as well
This commit is contained in:
parent
18fe946f6a
commit
3fac86ff1d
@ -37,7 +37,7 @@
|
||||
|
||||
/* Static server configuration */
|
||||
#define REDIS_SERVERPORT 6379 /* TCP port */
|
||||
#define REDIS_MAXIDLETIME (60*5) /* default client timeout */
|
||||
#define REDIS_MAXIDLETIME 0 /* default client timeout: infinite */
|
||||
#define REDIS_IOBUF_LEN 1024
|
||||
#define REDIS_LOADBUF_LEN 1024
|
||||
#define REDIS_DEFAULT_DBNUM 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user